Public Methods
| Name | Description | |
|---|---|---|
![]() |
GetComponentInstance | Returns an instance of a specified registered component. |
![]() |
GetRegisteredComponents | Returns a list with information about all registered components. |
![]() |
GetRegistration | Gets registration data for a specified component by its interface name. |
![]() |
RegisterComponent<I> | Registers a component in the component catalog. |
![]() |
RegisterComponent<I, T> | Overloaded. Registers a component in the component catalog. |
![]() |
UnregisterComponent | Deletes a component registration. |