Constructor with the root container and the controller type

Namespace: AppCan.Core.Contexts
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ContextManager(
	IUnityContainer rootContainer,
	Type contextControllerType
)
Visual Basic
Public Sub New ( _
	rootContainer As IUnityContainer, _
	contextControllerType As Type _
)
Visual C++
public:
ContextManager(
	IUnityContainer^ rootContainer, 
	Type^ contextControllerType
)

Parameters

rootContainer
Type: IUnityContainer
The root container
contextControllerType
Type: System..::..Type
The controller type

See Also