C# 클래스 ErlangEditor.Core.NodeUtil

파일 보기 프로젝트 열기: xdusongwei/ErlangEditor

공개 메소드들

메소드 설명
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

메소드 상세

AddNode() 공개 정적인 메소드

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

DeleteNode() 공개 정적인 메소드

public static DeleteNode ( string aName ) : void
aName string
리턴 void

InjectionApp() 공개 정적인 메소드

public static InjectionApp ( string aNode, string aApp ) : void
aNode string
aApp string
리턴 void

SeparateApp() 공개 정적인 메소드

public static SeparateApp ( string aNode, string aApp ) : void
aNode string
aApp string
리턴 void

StartupNode() 공개 정적인 메소드

public static StartupNode ( string aName ) : void
aName string
리턴 void

StopNode() 공개 정적인 메소드

public static StopNode ( string aName ) : void
aName string
리턴 void