Метод | Описание | |
---|---|---|
AddActivatedInstance ( object instance ) : void |
Adds an activated instance.
|
|
AddDeactivatedInstance ( object instance ) : void |
Adds an deactivated instance.
|
|
ChildActivationCache ( IKernel kernel ) : Ninject.Activation.Caching |
Initializes a new instance of the ChildActivationCache class.
|
|
Clear ( ) : void |
Clears the cache.
|
|
IsActivated ( object instance ) : bool |
Determines whether the specified instance is activated.
|
|
IsDeactivated ( object instance ) : bool |
Determines whether the specified instance is deactivated.
|
public AddActivatedInstance ( object instance ) : void | ||
instance | object | The instance to be added. |
Результат | void |
public AddDeactivatedInstance ( object instance ) : void | ||
instance | object | The instance to be added. |
Результат | void |
public ChildActivationCache ( IKernel kernel ) : Ninject.Activation.Caching | ||
kernel | IKernel | The kernel. |
Результат | Ninject.Activation.Caching |
public IsActivated ( object instance ) : bool | ||
instance | object | The instance. |
Результат | bool |
public IsDeactivated ( object instance ) : bool | ||
instance | object | The instance. |
Результат | bool |