The StartableAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContractName | Gets the contract name that is used to export the type or member marked with this attribute. (Inherited from ExportAttribute.) | |
ContractType | Gets the contract type that is exported by the member that this attribute is attached to. (Inherited from ExportAttribute.) | |
Lazy |
If Lazy, it will only start when assemly loads,
otherwise it will force assmebly to load on startup
| |
Name |
Friendly name for Startable Elements
| |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |