C# 클래스 TestApp.Launcher

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: Nitrogenycs/firebreath-x

공개 메소드들

메소드 설명
launch ( string entryInfo ) : int
run ( string entryInfo ) : void

비공개 메소드들

메소드 설명
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
Launcher ( ) : System

메소드 상세

launch() 공개 정적인 메소드

public static launch ( string entryInfo ) : int
entryInfo string
리턴 int

run() 공개 메소드

public run ( string entryInfo ) : void
entryInfo string
리턴 void