C# 클래스 NodeNetAsync.OS.Process

파일 보기 프로젝트 열기: soywiz/NodeNetAsync

공개 메소드들

메소드 설명
SpawnAsync ( string Command ) : Task
WaitForExitAsync ( ) : Task

보호된 메소드들

메소드 설명
Process ( ) : System
StartAsync ( string Command ) : Task

비공개 메소드들

메소드 설명
SystemProcess_Exited ( object sender, EventArgs e ) : void

메소드 상세

Process() 보호된 메소드

protected Process ( ) : System
리턴 System

SpawnAsync() 정적인 공개 메소드

static public SpawnAsync ( string Command ) : Task
Command string
리턴 Task

StartAsync() 보호된 메소드

protected StartAsync ( string Command ) : Task
Command string
리턴 Task

WaitForExitAsync() 공개 메소드

public WaitForExitAsync ( ) : Task
리턴 Task