C# Class HttpProcessWrapper.ProcWrapper

Afficher le fichier Open project: hassanselim0/MinecraftWebToolkit

Protected Properties

Свойство Type Description
outputLog Queue
proc System.Diagnostics.Process

Méthodes publiques

Méthode Description
ClearLog ( ) : void
GetLastOutput ( ) : string
GetLog ( long since, string sep ) : string
Kill ( ) : void
ProcWrapper ( string cmd, string args, string dir ) : System
WriteLine ( string line ) : void

Méthodes protégées

Méthode Description
proc_Exited ( object sender, EventArgs e ) : void
proc_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

Private Methods

Méthode Description
ProcWrapper ( ) : System
addToLog ( string str ) : void

Method Details

ClearLog() public méthode

public ClearLog ( ) : void
Résultat void

GetLastOutput() public méthode

public GetLastOutput ( ) : string
Résultat string

GetLog() public méthode

public GetLog ( long since, string sep ) : string
since long
sep string
Résultat string

Kill() public méthode

public Kill ( ) : void
Résultat void

ProcWrapper() public méthode

public ProcWrapper ( string cmd, string args, string dir ) : System
cmd string
args string
dir string
Résultat System

WriteLine() public méthode

public WriteLine ( string line ) : void
line string
Résultat void

proc_Exited() protected méthode

protected proc_Exited ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

proc_OutputDataReceived() protected méthode

protected proc_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
Résultat void

Property Details

outputLog protected_oe property

protected Queue outputLog
Résultat Queue

proc protected_oe property

protected Process,System.Diagnostics proc
Résultat System.Diagnostics.Process