C# 클래스 AnalysisEngine.Utilities.ParentProcessUtilities

파일 보기 프로젝트 열기: rvazarkar/antipwny

공개 메소드들

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

비공개 메소드들

메소드 설명
NtQueryInformationProcess ( IntPtr processHandle, int processInformationClass, ParentProcessUtilities &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