C# 클래스 StoryTeller.Remotes.RemoteProxy

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

공개 메소드들

메소드 설명
Dispose ( ) : void
InitializeLifetimeService ( ) : object
RemoteProxy ( ) : System
Start ( Project project ) : void

비공개 메소드들

메소드 설명
CurrentDomainOnDomainUnload ( object sender, EventArgs eventArgs ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

RemoteProxy() 공개 메소드

public RemoteProxy ( ) : System
리턴 System

Start() 공개 메소드

public Start ( Project project ) : void
project Project
리턴 void