C# 클래스 RoboSharp.NativeMethods

파일 보기 프로젝트 열기: tjscience/RoboSharp

공개 메소드들

메소드 설명
Resume ( this process ) : void
Suspend ( this process ) : void

비공개 메소드들

메소드 설명
OpenThread ( ThreadAccess dwDesiredAccess, bool bInheritHandle, uint dwThreadId ) : IntPtr
ResumeThread ( IntPtr hThread ) : int
SuspendThread ( IntPtr hThread ) : uint

메소드 상세

Resume() 공개 정적인 메소드

public static Resume ( this process ) : void
process this
리턴 void

Suspend() 공개 정적인 메소드

public static Suspend ( this process ) : void
process this
리턴 void