The following tables list the members exposed by ICompositionProvider.
Name | Description | |
---|---|---|
![]() | BuildUp | Manually performs property dependency injection on the provided instance. |
![]() | GetInstance | Overloaded. Returns a lazy instance of the specified type. |
![]() | GetInstanceFactory<T> | Returns a factory that creates new instances of the specified type. |
![]() | GetInstances | Overloaded. Returns all instances of the specified type. |
![]() | TryGetInstance | Overloaded. Returns an instance of the specified type. |
![]() | TryGetInstanceFactory<T> | Returns a factory that creates new instances of the specified type. |