C# 클래스 System.IO.Shell

파일 보기 프로젝트 열기: kirnosenko/msr-tools 1 사용 예제들

공개 메소드들

메소드 설명
Run ( string command, string arguments ) : void
RunAndWaitForExit ( string command, string arguments, Stream output ) : void

메소드 상세

Run() 공개 정적인 메소드

public static Run ( string command, string arguments ) : void
command string
arguments string
리턴 void

RunAndWaitForExit() 공개 정적인 메소드

public static RunAndWaitForExit ( string command, string arguments, Stream output ) : void
command string
arguments string
output Stream
리턴 void