C# Class ProcessExtension, ProcessUtil

显示文件 Open project: SarathR/ProcessUtil Class Usage Examples

Public Methods

Method Description
Print ( this process ) : void
Resume ( this process ) : void
Suspend ( this process ) : void

Private Methods

Method Description
OpenThread ( ThreadAccess dwDesiredAccess, bool bInheritHandle, uint dwThreadId ) : IntPtr
ResumeThread ( IntPtr hThread ) : int
SuspendThread ( IntPtr hThread ) : uint

Method Details

Print() public static method

public static Print ( this process ) : void
process this
return void

Resume() public static method

public static Resume ( this process ) : void
process this
return void

Suspend() public static method

public static Suspend ( this process ) : void
process this
return void