VWWComponentAttribute

From Virtual World Web Wiki
Jump to: navigation, search

Must be set at the assembly level to mark your assembly as a VWW Component.

Remarks [edit]

Properties

Guid ID {get; set;}
Gets the component identifier of the attributed assembly
Type InitializerType {get; set;}
The type in your assembly that implements IComponentInitializer. Used for low level MEF config during infrastructure startup

Constructors

VWWComponentAttribute(string componentID)
Initializes a new instance of the VWWComponentAttribute class with the
contains the component informations for the assembly being attributed.
VWWComponentAttribute(string componentID, Type initializerType)
Initializes a new instance of the VWWComponentAttribute class with the
contains the component informations for the assembly being attributed.