C# 클래스 HttpProcessWrapper.McWrapper

상속: ProcWrapper
파일 보기 프로젝트 열기: hassanselim0/MinecraftWebToolkit 1 사용 예제들

공개 메소드들

메소드 설명
McWrapper ( string cmd, string args, string dir ) : System

보호된 메소드들

메소드 설명
proc_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

메소드 상세

McWrapper() 공개 메소드

public McWrapper ( string cmd, string args, string dir ) : System
cmd string
args string
dir string
리턴 System

proc_OutputDataReceived() 보호된 메소드

protected proc_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
리턴 void