C# 클래스 Binarysharp.MemoryManagement.Native.ProcessBasicInformation

Structure containing basic information about a process.
파일 보기 프로젝트 열기: ZenLulz/MemorySharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AffinityMask uint
BasePriority uint
ExitStatus uint
InheritedFromUniqueProcessId int
PebBaseAddress System.IntPtr
ProcessId int

프로퍼티 상세

AffinityMask 공개적으로 프로퍼티

The affinity mask.
public uint AffinityMask
리턴 uint

BasePriority 공개적으로 프로퍼티

The base priority.
public uint BasePriority
리턴 uint

ExitStatus 공개적으로 프로퍼티

The exit status.
public uint ExitStatus
리턴 uint

InheritedFromUniqueProcessId 공개적으로 프로퍼티

The process id of the parent process.
public int InheritedFromUniqueProcessId
리턴 int

PebBaseAddress 공개적으로 프로퍼티

The base address of Process Environment Block.
public IntPtr,System PebBaseAddress
리턴 System.IntPtr

ProcessId 공개적으로 프로퍼티

The process id.
public int ProcessId
리턴 int