The context in which a service can be accessed or a component's
dependencies resolved. Disposal of a context will dispose any owned
components.
| C# | Visual Basic | Visual C++ |
public interface IComponentContext
Public Interface IComponentContext
public interface class IComponentContext
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ComponentRegistry |
Associates services with the components that provide them.
| |
| Resolve(IComponentRegistration, IEnumerable<(Of <(Parameter>)>)) |
Resolve an instance of the provided registration within the context.
|