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

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

공개 프로퍼티들

프로퍼티 타입 설명
AffinityMask uint
BasePriority uint
ExitStatus uint
Priority uint
ProcessId int
TebBaseAdress System.IntPtr
ThreadId 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

Priority 공개적으로 프로퍼티

The priority.
public uint Priority
리턴 uint

ProcessId 공개적으로 프로퍼티

The process id which owns the thread.
public int ProcessId
리턴 int

TebBaseAdress 공개적으로 프로퍼티

The base address of Thread Environment Block.
public IntPtr,System TebBaseAdress
리턴 System.IntPtr

ThreadId 공개적으로 프로퍼티

The thread id.
public int ThreadId
리턴 int