Метод | Описание | |
---|---|---|
ExecuteAction ( string startFileName, string startFileArg, Action |
Execute Command Action
|
|
KillCurrentProcess ( ) : void |
Kill CurrentProcess
|
|
ProcessStart ( string startFileName, string startFileArg = null ) : bool |
Process Start
|
Метод | Описание | |
---|---|---|
AttachConsole ( int dwProcessId ) : bool | ||
FreeConsole ( ) : bool | ||
GenerateConsoleCtrlEvent ( int dwCtrlEvent, int dwProcessGroupId ) : bool | ||
SetConsoleCtrlHandler ( |
||
StopProcess ( |
功能: 停止录制
|
public static ExecuteAction ( string startFileName, string startFileArg, Action |
||
startFileName | string | |
startFileArg | string | |
msgAction | Action |
|
stopAction | ActionStop | |
showWindow | bool | |
Результат | bool |
public static KillCurrentProcess ( ) : void | ||
Результат | void |
public static ProcessStart ( string startFileName, string startFileArg = null ) : bool | ||
startFileName | string | |
startFileArg | string | |
Результат | bool |