C# Class ErlangEditor.Core.NodeUtil

Afficher le fichier Open project: xdusongwei/ErlangEditor

Méthodes publiques

Méthode Description
AddNode ( string aName, bool aShowShell ) : void
DeleteNode ( string aName ) : void
InjectionApp ( string aNode, string aApp ) : void
SeparateApp ( string aNode, string aApp ) : void
StartupNode ( string aName ) : void
StopNode ( string aName ) : void

Method Details

AddNode() public static méthode

public static AddNode ( string aName, bool aShowShell ) : void
aName string
aShowShell bool
Résultat void

DeleteNode() public static méthode

public static DeleteNode ( string aName ) : void
aName string
Résultat void

InjectionApp() public static méthode

public static InjectionApp ( string aNode, string aApp ) : void
aNode string
aApp string
Résultat void

SeparateApp() public static méthode

public static SeparateApp ( string aNode, string aApp ) : void
aNode string
aApp string
Résultat void

StartupNode() public static méthode

public static StartupNode ( string aName ) : void
aName string
Résultat void

StopNode() public static méthode

public static StopNode ( string aName ) : void
aName string
Résultat void