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 |
Méthode | Description | |
---|---|---|
FreeTcpPort ( ) : int | ||
OnConfigurations ( Runt.DesignTimeHost.ConfigurationsEventArgs e ) : void | ||
OnConnected ( |
||
OnDiagnostics ( DiagnosticsEventArgs e ) : void | ||
OnError ( HostErrorEventArgs e ) : void | ||
OnReceive ( |
||
OnReferences ( Runt.DesignTimeHost.ReferencesEventArgs e ) : void | ||
OnSources ( SourcesEventArgs e ) : void | ||
Start ( ) : void | ||
StartRuntime ( int port ) : void |
public Host ( string applicationRoot ) : System | ||
applicationRoot | string | |
Résultat | System |
public InitProject ( int id, string path ) : void | ||
id | int | |
path | string | |
Résultat | void |
public RestorePackages ( string runtime, string workingDir ) : System.Threading.Task | ||
runtime | string | |
workingDir | string | |
Résultat | System.Threading.Task |