C# Class HttpProcessWrapper.McWrapper

Inheritance: ProcWrapper
Exibir arquivo Open project: hassanselim0/MinecraftWebToolkit Class Usage Examples

Public Methods

Method Description
McWrapper ( string cmd, string args, string dir ) : System

Protected Methods

Method Description
proc_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

McWrapper() public method

public McWrapper ( string cmd, string args, string dir ) : System
cmd string
args string
dir string
return System

proc_OutputDataReceived() protected method

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