C# 클래스 MGDF.GamesManager.Tests.Common.Mocks.MockProcessManager

상속: IProcessManager
파일 보기 프로젝트 열기: mrsharpoblunto/MGDF

공개 메소드들

메소드 설명
StartProcess ( string filePath, string args, ProcessExited callback, object context ) : void
WaitForProcess ( string filePath, string args ) : int

메소드 상세

StartProcess() 공개 메소드

public StartProcess ( string filePath, string args, ProcessExited callback, object context ) : void
filePath string
args string
callback ProcessExited
context object
리턴 void

WaitForProcess() 공개 메소드

public WaitForProcess ( string filePath, string args ) : int
filePath string
args string
리턴 int