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

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

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


Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.