C# 클래스 AAFReport.Runner

Run: Spawning a program.
파일 보기 프로젝트 열기: nevali/aaf

Private Properties

프로퍼티 타입 설명
CloseHandle bool
CreateProcess bool

공개 메소드들

메소드 설명
Run ( String &status, String &identity, String cmdline, String startfrom ) : void

비공개 메소드들

메소드 설명
CloseHandle ( IntPtr handle ) : bool
CreateProcess ( String lpApplicationName, String lpCommandLine, SECURITY_ATTRIBUTES &lpProcessAttributes, SECURITY_ATTRIBUTES &lpThreadAttributes, bool bInheritHandle, int dwCreationFlags, IntPtr lpEnvironment, String lpCurrentDirectory, STARTUPINFO &lpStartupInfo, PROCESS_INFORMATION &lpProcessInformation ) : bool

메소드 상세

Run() 공개 정적인 메소드

public static Run ( String &status, String &identity, String cmdline, String startfrom ) : void
status String
identity String
cmdline String
startfrom String
리턴 void