UnityContainerExtension.Context Property

The ExtensionContext object used to manipulate the inner state of the container.

Namespace:  Microsoft.Practices.Unity
Assembly:  Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)

Syntax

'Declaration
Protected ReadOnly Property Context As ExtensionContext
protected ExtensionContext Context { get; }
protected:
property ExtensionContext^ Context {
    ExtensionContext^ get ();
}
protected function get Context () : ExtensionContext

See Also

UnityContainerExtension Class

Microsoft.Practices.Unity Namespace