C# Class Binarysharp.MemoryManagement.Native.ThreadBasicInformation

Mostrar archivo Open project: ZenLulz/MemorySharp Class Usage Examples

Public Properties

Property 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
return uint

BasePriority public_oe property

The base priority.
public uint BasePriority
return uint

ExitStatus public_oe property

the exit status.
public uint ExitStatus
return uint

Priority public_oe property

The priority.
public uint Priority
return uint

ProcessId public_oe property

The process id which owns the thread.
public int ProcessId
return int

TebBaseAdress public_oe property

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

ThreadId public_oe property

The thread id.
public int ThreadId
return int