C# Class Runt.DesignTimeHost.Host

Inheritance: IDisposable
ファイルを表示 Open project: Runt-Editor/Runt Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Host ( string applicationRoot ) : System
InitProject ( int id, string path ) : void
RestorePackages ( string runtime, string workingDir ) : System.Threading.Task
Start ( string runtimePath ) : void

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Host() public method

public Host ( string applicationRoot ) : System
applicationRoot string
return System

InitProject() public method

public InitProject ( int id, string path ) : void
id int
path string
return void

RestorePackages() public method

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

Start() public method

public Start ( string runtimePath ) : void
runtimePath string
return void