C# Class ErlangEditor.Core.NodeUtil

Show file Open project: xdusongwei/ErlangEditor

Public Methods

Method 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 method

public static AddNode ( string aName, bool aShowShell ) : void
aName string
aShowShell bool
return void

DeleteNode() public static method

public static DeleteNode ( string aName ) : void
aName string
return void

InjectionApp() public static method

public static InjectionApp ( string aNode, string aApp ) : void
aNode string
aApp string
return void

SeparateApp() public static method

public static SeparateApp ( string aNode, string aApp ) : void
aNode string
aApp string
return void

StartupNode() public static method

public static StartupNode ( string aName ) : void
aName string
return void

StopNode() public static method

public static StopNode ( string aName ) : void
aName string
return void