C# Class Binarysharp.MemoryManagement.Native.ThreadBasicInformation

Afficher le fichier Open project: ZenLulz/MemorySharp Class Usage Examples

Méthodes publiques

Свойство Type Description
AffinityMask uint
BasePriority uint
ExitStatus uint
Priority uint
ProcessId int
TebBaseAdress System.IntPtr
ThreadId int

Property Details

AffinityMask public_oe property

The affinity mask.
public uint AffinityMask
Résultat uint

BasePriority public_oe property

The base priority.
public uint BasePriority
Résultat uint

ExitStatus public_oe property

the exit status.
public uint ExitStatus
Résultat uint

Priority public_oe property

The priority.
public uint Priority
Résultat uint

ProcessId public_oe property

The process id which owns the thread.
public int ProcessId
Résultat int

TebBaseAdress public_oe property

The base address of Thread Environment Block.
public IntPtr,System TebBaseAdress
Résultat System.IntPtr

ThreadId public_oe property

The thread id.
public int ThreadId
Résultat int