Method | Description | |
---|---|---|
CanProvideRequiredDependencies ( |
||
IsManagedExternally ( |
||
RemoteMarshallerActivator ( |
Initializes a new instance of the RemoteMarshallerActivator class.
|
Method | Description | |
---|---|---|
Instantiate ( CreationContext context ) : object |
Method | Description | |
---|---|---|
Marshal ( object instance, |
public CanProvideRequiredDependencies ( |
||
component | ||
return | bool |
protected Instantiate ( CreationContext context ) : object | ||
context | CreationContext | |
return | object |
public IsManagedExternally ( |
||
component | ||
return | bool |
public RemoteMarshallerActivator ( |
||
model | The model. | |
kernel | IKernelInternal | The kernel. |
onCreation | ComponentInstanceDelegate | The oncreation event handler. |
onDestruction | ComponentInstanceDelegate | The ondestruction event handler. |
return | System |