Class Context
A base implementation of the IContext. Override this class to provide your own Container and Installer.
Implements
Inherited Members
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public abstract class Context : IContext
Properties
Container
Declaration
public abstract IContainer Container { get; }
Property Value
Type | Description |
---|---|
IContainer |
Installer
Declaration
public abstract IInstaller Installer { get; }
Property Value
Type | Description |
---|---|
IInstaller |
Methods
Bind()
Declaration
public virtual void Bind()
Unbind()
Declaration
public virtual void Unbind()