This is the context manager class it allows the creating of context definitions that contain containers for registering types. Context's can be created from contextdefs

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

Syntax

C#
public class ContextManager : IContextManager
Visual Basic
Public Class ContextManager _
	Implements IContextManager
Visual C++
public ref class ContextManager : IContextManager

Inheritance Hierarchy

System..::..Object
  AppCan.Core.Contexts..::..ContextManager
    AppCan.wpf.Application..::..WpfContextManager

See Also