메소드 | 설명 | |
---|---|---|
GetParentProcess ( IntPtr handle ) : Process | ||
GetParentProcess ( this process ) : Process |
메소드 | 설명 | |
---|---|---|
NtQueryInformationProcess ( IntPtr processHandle, int processInformationClass, ProcessBasicInformation &processInformation, int processInformationLength, int &returnLength ) : int |
public static GetParentProcess ( IntPtr handle ) : Process | ||
handle | IntPtr | |
리턴 | Process |
public static GetParentProcess ( this process ) : Process | ||
process | this | |
리턴 | Process |