C# Class NetIde.NetIdeApplication

Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
NetIdeApplication ( string args ) : System
Run ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnHandleAvailable ( EventArgs e ) : void

Private Methods

Méthode Description
FindPathToSplashImage ( IServiceProvider serviceProvider ) : string

Method Details

NetIdeApplication() public méthode

public NetIdeApplication ( string args ) : System
args string
Résultat System

OnHandleAvailable() protected méthode

protected OnHandleAvailable ( EventArgs e ) : void
e System.EventArgs
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void