C# 클래스 HttpProcessWrapper.ProcWrapper

파일 보기 프로젝트 열기: hassanselim0/MinecraftWebToolkit

보호된 프로퍼티들

프로퍼티 타입 설명
outputLog Queue
proc System.Diagnostics.Process

공개 메소드들

메소드 설명
ClearLog ( ) : void
GetLastOutput ( ) : string
GetLog ( long since, string sep ) : string
Kill ( ) : void
ProcWrapper ( string cmd, string args, string dir ) : System
WriteLine ( string line ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
ProcWrapper ( ) : System
addToLog ( string str ) : void

메소드 상세

ClearLog() 공개 메소드

public ClearLog ( ) : void
리턴 void

GetLastOutput() 공개 메소드

public GetLastOutput ( ) : string
리턴 string

GetLog() 공개 메소드

public GetLog ( long since, string sep ) : string
since long
sep string
리턴 string

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

ProcWrapper() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( string line ) : void
line string
리턴 void

proc_Exited() 보호된 메소드

protected proc_Exited ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

proc_OutputDataReceived() 보호된 메소드

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

프로퍼티 상세

outputLog 보호되어 있는 프로퍼티

protected Queue outputLog
리턴 Queue

proc 보호되어 있는 프로퍼티

protected Process,System.Diagnostics proc
리턴 System.Diagnostics.Process