The StartableAttribute type exposes the following members.

Properties

  NameDescription
Public propertyContractName
Gets the contract name that is used to export the type or member marked with this attribute.
(Inherited from ExportAttribute.)
Public propertyContractType
Gets the contract type that is exported by the member that this attribute is attached to.
(Inherited from ExportAttribute.)
Public propertyLazy
If Lazy, it will only start when assemly loads, otherwise it will force assmebly to load on startup
Public propertyName
Friendly name for Startable Elements
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)

See Also