C# Class Castle.Facilities.Remoting.RemotingRegistry

Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
AddComponentEntry ( ComponentModel model ) : void
CreateRemoteInstance ( String key ) : object
CreateRemoteInstance ( Type serviceType ) : object
Dispose ( ) : void
Publish ( Type serviceType ) : void
Publish ( string key ) : void
RemotingRegistry ( IKernel kernel ) : System

Private Methods

Méthode Description
GetModel ( Type serviceType ) : ComponentModel

Used in case of generics:

GetModel ( string key ) : ComponentModel
InitializeLifetimeService ( ) : object

Method Details

AddComponentEntry() public méthode

public AddComponentEntry ( ComponentModel model ) : void
model Castle.Core.ComponentModel
Résultat void

CreateRemoteInstance() public méthode

public CreateRemoteInstance ( String key ) : object
key String
Résultat object

CreateRemoteInstance() public méthode

public CreateRemoteInstance ( Type serviceType ) : object
serviceType System.Type
Résultat object

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Publish() public méthode

public Publish ( Type serviceType ) : void
serviceType System.Type
Résultat void

Publish() public méthode

public Publish ( string key ) : void
key string
Résultat void

RemotingRegistry() public méthode

public RemotingRegistry ( IKernel kernel ) : System
kernel IKernel
Résultat System