Метод | Описание | |
---|---|---|
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 |
public static AddNode ( string aName, bool aShowShell ) : void | ||
aName | string | |
aShowShell | bool | |
Результат | void |
public static DeleteNode ( string aName ) : void | ||
aName | string | |
Результат | void |
public static InjectionApp ( string aNode, string aApp ) : void | ||
aNode | string | |
aApp | string | |
Результат | void |
public static SeparateApp ( string aNode, string aApp ) : void | ||
aNode | string | |
aApp | string | |
Результат | void |
public static StartupNode ( string aName ) : void | ||
aName | string | |
Результат | void |
public static StopNode ( string aName ) : void | ||
aName | string | |
Результат | void |