Method | Description | |
---|---|---|
Print ( this process ) : void | ||
Resume ( this process ) : void | ||
Suspend ( this process ) : void |
Method | Description | |
---|---|---|
OpenThread ( ThreadAccess dwDesiredAccess, bool bInheritHandle, uint dwThreadId ) : IntPtr | ||
ResumeThread ( IntPtr hThread ) : int | ||
SuspendThread ( IntPtr hThread ) : uint |
public static Suspend ( this process ) : void | ||
process | this | |
return | void |