C# Class Castle.Facilities.Remoting.CustomActivators.RemoteActivatorThroughRegistry

Activates a client connecting to the remote server through the RemotingRegistry.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
CanProvideRequiredDependencies ( ComponentModel component ) : bool
IsManagedExternally ( ComponentModel component ) : bool
RemoteActivatorThroughRegistry ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Linq

Initializes a new instance of the RemoteActivatorThroughRegistry class.

Méthodes protégées

Méthode Description
Instantiate ( CreationContext context ) : object

Method Details

CanProvideRequiredDependencies() public méthode

public CanProvideRequiredDependencies ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
Résultat bool

Instantiate() protected méthode

protected Instantiate ( CreationContext context ) : object
context CreationContext
Résultat object

IsManagedExternally() public méthode

public IsManagedExternally ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
Résultat bool

RemoteActivatorThroughRegistry() public méthode

Initializes a new instance of the RemoteActivatorThroughRegistry class.
public RemoteActivatorThroughRegistry ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Linq
model Castle.Core.ComponentModel The model.
kernel IKernelInternal The kernel.
onCreation ComponentInstanceDelegate The oncreation event handler.
onDestruction ComponentInstanceDelegate The ondestruction event handler.
Résultat System.Linq