C# 클래스 Builder.Common.ProcessLauncher

파일 보기 프로젝트 열기: nberardi/hMailServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_receivedData string

공개 메소드들

메소드 설명
LaunchProcess ( string path, string arguments, string &writtenData ) : int

비공개 메소드들

메소드 설명
DataReceived ( string data ) : void

메소드 상세

LaunchProcess() 공개 메소드

public LaunchProcess ( string path, string arguments, string &writtenData ) : int
path string
arguments string
writtenData string
리턴 int

프로퍼티 상세

_receivedData 공개적으로 프로퍼티

public string _receivedData
리턴 string