Contexts are an instance of type/instances that were added to a context definition and created when a new context is created. Contexts hold types to be resolved to instances, as well as a controller that assists with the lifetime for the context.

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

Syntax

C#
public class Context : IContext
Visual Basic
Public Class Context _
	Implements IContext
Visual C++
public ref class Context : IContext

Inheritance Hierarchy

System..::..Object
  AppCan.Core.Contexts..::..Context

See Also