C# 클래스 AcManager.Tools.Starters.BaseStarter

상속: IAcsPlatformSpecificStarter
파일 보기 프로젝트 열기: gro-ove/actools

보호된 프로퍼티들

프로퍼티 타입 설명
LauncherProcess System.Diagnostics.Process

공개 메소드들

메소드 설명
CleanUp ( ) : void
CleanUpAsync ( CancellationToken cancellation ) : Task
Run ( ) : void
RunAsync ( CancellationToken cancellation ) : Task
WaitGame ( ) : void
WaitGameAsync ( CancellationToken cancellation ) : Task
WaitUntilGame ( ) : void
WaitUntilGameAsync ( CancellationToken cancellation ) : Task

보호된 메소드들

메소드 설명
SetAcX86Param ( ) : void

비공개 메소드들

메소드 설명
IsAny ( ) : bool
TryToGetGameProcess ( ) : Process

메소드 상세

CleanUp() 공개 메소드

public CleanUp ( ) : void
리턴 void

CleanUpAsync() 공개 메소드

public CleanUpAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
리턴 Task

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

public abstract Run ( ) : void
리턴 void

RunAsync() 공개 메소드

public RunAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
리턴 Task

SetAcX86Param() 보호된 메소드

protected SetAcX86Param ( ) : void
리턴 void

WaitGame() 공개 메소드

public WaitGame ( ) : void
리턴 void

WaitGameAsync() 공개 메소드

public WaitGameAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
리턴 Task

WaitUntilGame() 공개 메소드

public WaitUntilGame ( ) : void
리턴 void

WaitUntilGameAsync() 공개 메소드

public WaitUntilGameAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
리턴 Task

프로퍼티 상세

LauncherProcess 보호되어 있는 프로퍼티

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