C# 클래스 Tup.Utilities.ProcessHelper

进程处理/Process Helper
파일 보기 프로젝트 열기: tupunco/Tup.Utilities

공개 메소드들

메소드 설명
ExecuteAction ( string startFileName, string startFileArg, Action msgAction, ActionStop stopAction = null, bool showWindow = false ) : bool

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 ( IntPtr handlerRoutine, bool add ) : bool
StopProcess ( Process p ) : void

功能: 停止录制

메소드 상세

ExecuteAction() 공개 정적인 메소드

Execute Command Action
public static ExecuteAction ( string startFileName, string startFileArg, Action msgAction, ActionStop stopAction = null, bool showWindow = false ) : bool
startFileName string
startFileArg string
msgAction Action
stopAction ActionStop
showWindow bool
리턴 bool

KillCurrentProcess() 공개 정적인 메소드

Kill CurrentProcess
public static KillCurrentProcess ( ) : void
리턴 void

ProcessStart() 공개 정적인 메소드

Process Start
public static ProcessStart ( string startFileName, string startFileArg = null ) : bool
startFileName string
startFileArg string
리턴 bool