C# Class AAFReport.Runner

Run: Spawning a program.
显示文件 Open project: nevali/aaf

Private Properties

Property Type Description
CloseHandle bool
CreateProcess bool

Public Methods

Method Description
Run ( String &status, String &identity, String cmdline, String startfrom ) : void

Private Methods

Method Description
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

Method Details

Run() public static method

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