C# 클래스 ProcessExtensions, Fody

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

공개 메소드들

메소드 설명
GetParentProcess ( IntPtr handle ) : Process
GetParentProcess ( this process ) : Process

비공개 메소드들

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

메소드 상세

GetParentProcess() 공개 정적인 메소드

public static GetParentProcess ( IntPtr handle ) : Process
handle IntPtr
리턴 Process

GetParentProcess() 공개 정적인 메소드

public static GetParentProcess ( this process ) : Process
process this
리턴 Process