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
public class NonReflectiveAttribute : Attribute
Remarks
This can be used at the class level to block all methods or on individual methods or properties methods
Requirements
Namespace: Sansar.Script
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
Members
See Also: Inherited members from Attribute.
Public Constructors
|
Prevents methods from being reflected using Reflective.AsInterface``1. |
Member Details
NonReflectiveAttribute Constructor
Prevents methods from being reflected using Reflective.AsInterface``1.Syntax
public NonReflectiveAttribute ()Remarks
Requirements
Namespace: Sansar.Script
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
0 Comments