C# 클래스 ProcessExtension, ProcessUtil

파일 보기 프로젝트 열기: SarathR/ProcessUtil 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Print() 공개 정적인 메소드

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

Resume() 공개 정적인 메소드

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

Suspend() 공개 정적인 메소드

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