C# 클래스 Hackery.ProcessUtils

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

공개 메소드들

메소드 설명
GetParentProcess ( ) : Process
GetParentProcess ( IntPtr handle ) : Process
GetParentProcess ( int id ) : Process

비공개 메소드들

메소드 설명
NtQueryInformationProcess ( IntPtr processHandle, int processInformationClass, ProcessUtils &processInformation, int processInformationLength, int &returnLength ) : int

메소드 상세

GetParentProcess() 공개 정적인 메소드

public static GetParentProcess ( ) : Process
리턴 System.Diagnostics.Process

GetParentProcess() 공개 정적인 메소드

public static GetParentProcess ( IntPtr handle ) : Process
handle System.IntPtr
리턴 System.Diagnostics.Process

GetParentProcess() 공개 정적인 메소드

public static GetParentProcess ( int id ) : Process
id int
리턴 System.Diagnostics.Process