NonReflectiveAttribute
NonReflectiveAttribute Class
Syntax
Member Details
NonReflectiveAttribute Constructor
Syntax
Remarks
Requirements
Last updated
Prevents methods from being reflected using Reflective.AsInterface``1.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Field)] public class NonReflectiveAttribute : Attribute
Syntaxpublic NonReflectiveAttribute ()
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Last updated