NonReflectiveAttribute

NonReflectiveAttribute Class

Prevents methods from being reflected using Reflective.AsInterface``1.

Syntax

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Field)] public class NonReflectiveAttribute : Attribute

Member Details

NonReflectiveAttribute Constructor

Syntax

public NonReflectiveAttribute ()

Remarks

Requirements

Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0


Last updated