C# Class AcManager.Tools.GameProperties.GameCommandExecutorBase

Inheritance: Game.AdditionalProperties, IDisposable
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
OptionCommandTimeout int

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Execute ( string command ) : void
GameCommandExecutorBase ( Game properties ) : System

Private Methods

Method Description
Process_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
Process_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

Execute() protected method

protected Execute ( string command ) : void
command string
return void

GameCommandExecutorBase() protected method

protected GameCommandExecutorBase ( Game properties ) : System
properties AcTools.Processes.Game
return System

Property Details

OptionCommandTimeout public static property

public static int OptionCommandTimeout
return int