C# Class Runt.DesignTimeHost.Host

Inheritance: IDisposable
Afficher le fichier Open project: Runt-Editor/Runt Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Host() public méthode

public Host ( string applicationRoot ) : System
applicationRoot string
Résultat System

InitProject() public méthode

public InitProject ( int id, string path ) : void
id int
path string
Résultat void

RestorePackages() public méthode

public RestorePackages ( string runtime, string workingDir ) : System.Threading.Task
runtime string
workingDir string
Résultat System.Threading.Task

Start() public méthode

public Start ( string runtimePath ) : void
runtimePath string
Résultat void