C# Класс Binarysharp.MemoryManagement.Native.ManagedTeb

Class representing the Thread Environment Block of a remote thread.
Наследование: RemotePointer
Показать файл Открыть проект

Открытые методы

Метод Описание
FindTeb ( SafeMemoryHandle threadHandle ) : IntPtr

Finds the Thread Environment Block address of a specified thread.

Приватные методы

Метод Описание
ManagedTeb ( MemorySharp memorySharp, IntPtr address ) : System

Initializes a new instance of the ManagedTeb class.

Описание методов

FindTeb() публичный статический Метод

Finds the Thread Environment Block address of a specified thread.
public static FindTeb ( SafeMemoryHandle threadHandle ) : IntPtr
threadHandle SafeMemoryHandle A handle of the thread.
Результат System.IntPtr