C# 클래스 Castle.Facilities.Remoting.RemotingRegistry

상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetModel ( Type serviceType ) : ComponentModel

Used in case of generics:

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

메소드 상세

AddComponentEntry() 공개 메소드

public AddComponentEntry ( ComponentModel model ) : void
model Castle.Core.ComponentModel
리턴 void

CreateRemoteInstance() 공개 메소드

public CreateRemoteInstance ( String key ) : object
key String
리턴 object

CreateRemoteInstance() 공개 메소드

public CreateRemoteInstance ( Type serviceType ) : object
serviceType System.Type
리턴 object

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Publish() 공개 메소드

public Publish ( Type serviceType ) : void
serviceType System.Type
리턴 void

Publish() 공개 메소드

public Publish ( string key ) : void
key string
리턴 void

RemotingRegistry() 공개 메소드

public RemotingRegistry ( IKernel kernel ) : System
kernel IKernel
리턴 System