C# 클래스 AcManager.Tools.GameProperties.GameCommandExecutorBase

상속: Game.AdditionalProperties, IDisposable
파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
OptionCommandTimeout int

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
Execute ( string command ) : void
GameCommandExecutorBase ( Game properties ) : System

비공개 메소드들

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

메소드 상세

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

Execute() 보호된 메소드

protected Execute ( string command ) : void
command string
리턴 void

GameCommandExecutorBase() 보호된 메소드

protected GameCommandExecutorBase ( Game properties ) : System
properties AcTools.Processes.Game
리턴 System

프로퍼티 상세

OptionCommandTimeout 공개적으로 정적으로 프로퍼티

public static int OptionCommandTimeout
리턴 int