API ReferenceSandbox
ITypeAttributeclass
When applied to an attribute, which is then applied to a type.. This will make `Sandbox.ITypeAttribute.TargetType` set on the attribute upon load. This provides a convenient way to know which type the attribute was attached to.
object→ITypeAttribute
Methods2
Showing 2 methods
public virtual void TypeRegister()
Called when a class with this attribute is registered via the TypeLibrary.
Returns:
void—public virtual void TypeUnregister()
Called when a class with this attribute is unregistered via the TypeLibrary.
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public virtual System.Type Sandbox.ITypeAttribute.TargetType { get; set; }
The type this attribute was attached to.
No results match this filter.