ExtensionContext Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
The ExtensionContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExtensionContext |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RegisterNamedType |
Store a type/name pair for later resolution.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BuildPlanStrategies |
The strategies this container uses to construct build plans.
|
|
Container |
The container that this context is associated with.
|
|
Lifetime |
The ILifetimeContainer that this container uses.
|
|
Locator |
The IReadWriteLocator that this container uses.
|
|
Policies |
The policies this container uses.
|
|
Strategies |
The strategies this container uses.
|
Events
Name | Description | |
---|---|---|
Registering |
This event is raised when the RegisterType(Type, Type, String, LifetimeManager, array<InjectionMember[]) method, or one of its overloads, is called.
|
|
RegisteringInstance |
This event is raised when the RegisterInstance(Type, String, Object, LifetimeManager) method, or one of its overloads, is called.
|