C# Класс CsDebugScript.MemoryRegionFinder

Helper class that is doing searches over memory regions to find where address is located.
Показать файл Открыть проект

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

Метод Описание
Find ( ulong address ) : int

Finds the index of memory region where the specified address is located or -1 if not found.

MemoryRegionFinder ( MemoryRegion regions ) : System

Initializes a new instance of the MemoryRegionFinder class.

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

Find() публичный Метод

Finds the index of memory region where the specified address is located or -1 if not found.
public Find ( ulong address ) : int
address ulong The address.
Результат int

MemoryRegionFinder() публичный Метод

Initializes a new instance of the MemoryRegionFinder class.
public MemoryRegionFinder ( MemoryRegion regions ) : System
regions MemoryRegion The memory regions.
Результат System