Name | Description | |
---|---|---|
![]() |
ComponentRegistration | Overloaded. Creates a new instance of the ComponentRegistration class. |
Name | Description | |
---|---|---|
![]() |
ActivationType | Gets or sets the activation type (Singleton/SingleCall) |
![]() |
CleanUpHandler | Gets or sets a delegate of a method for handling resource clean up explicitly. |
![]() |
DisposeWithCatalog | Gets or sets, if the components should be disposed together with its owning component catalog. |
![]() |
EventStub | Gets or sets the event stub that caches all event handlers of the registered component. |
![]() |
ImplementationType | Gets or sets the implementation type of the component. |
![]() |
InitializationHandler | Gets or sets the delegate of the initialization method. |
![]() |
InterfaceType | Gets or sets the interface type of the component. |
![]() |
SingletonInstance | Gets or sets the current instance (Singleton activation only) of the registered component. |
![]() |
SyncLock | Returns the lock object for thread synchronization. |
![]() |
UniqueName | Gets or sets the unqiue name of the component. |