C# 클래스 Runt.DesignTimeHost.Host

상속: IDisposable
파일 보기 프로젝트 열기: Runt-Editor/Runt 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Host ( string applicationRoot ) : System
InitProject ( int id, string path ) : void
RestorePackages ( string runtime, string workingDir ) : System.Threading.Task
Start ( string runtimePath ) : void

비공개 메소드들

메소드 설명
FreeTcpPort ( ) : int
OnConfigurations ( Runt.DesignTimeHost.ConfigurationsEventArgs e ) : void
OnConnected ( EventArgs e ) : void
OnDiagnostics ( DiagnosticsEventArgs e ) : void
OnError ( HostErrorEventArgs e ) : void
OnReceive ( Message obj ) : void
OnReferences ( Runt.DesignTimeHost.ReferencesEventArgs e ) : void
OnSources ( SourcesEventArgs e ) : void
Start ( ) : void
StartRuntime ( int port ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Host() 공개 메소드

public Host ( string applicationRoot ) : System
applicationRoot string
리턴 System

InitProject() 공개 메소드

public InitProject ( int id, string path ) : void
id int
path string
리턴 void

RestorePackages() 공개 메소드

public RestorePackages ( string runtime, string workingDir ) : System.Threading.Task
runtime string
workingDir string
리턴 System.Threading.Task

Start() 공개 메소드

public Start ( string runtimePath ) : void
runtimePath string
리턴 void