C# 클래스 Microsoft.DotNet.Watcher.Core.Internal.ProcessWatcher

상속: IProcessWatcher
파일 보기 프로젝트 열기: aspnet/dotnet-watch

공개 메소드들

메소드 설명
Start ( string executable, string arguments, string workingDir ) : int
WaitForExitAsync ( CancellationToken cancellationToken ) : Task

메소드 상세

Start() 공개 메소드

public Start ( string executable, string arguments, string workingDir ) : int
executable string
arguments string
workingDir string
리턴 int

WaitForExitAsync() 공개 메소드

public WaitForExitAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task