Method | Description | |
---|---|---|
CanProvideRequiredDependencies ( |
||
ExternalInstanceActivator ( |
||
IsManagedExternally ( |
Method | Description | |
---|---|---|
InternalCreate ( CreationContext context ) : object | ||
InternalDestroy ( object instance ) : void |
public CanProvideRequiredDependencies ( |
||
component | ||
return | bool |
public ExternalInstanceActivator ( |
||
model | ||
kernel | IKernelInternal | |
onCreation | ComponentInstanceDelegate | |
onDestruction | ComponentInstanceDelegate | |
return | Castle.Core |
protected InternalCreate ( CreationContext context ) : object | ||
context | CreationContext | |
return | object |
protected InternalDestroy ( object instance ) : void | ||
instance | object | |
return | void |
public IsManagedExternally ( |
||
component | ||
return | bool |