C# Класс TUP.AsmResolver.NET.UserStringsHeap

A heap that holds all user specified strings in method bodies.
Наследование: MetaDataStream
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClearCache ( ) : void
Dispose ( ) : void

Frees all the streams that are being used in this heap.

GetStringByOffset ( uint offset ) : string

Gets a string by its offset.

GetStringOffset ( string value ) : uint

Gets an offset of a string value. If it is not present in the strings heap, it will add it.

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

Метод Описание
Initialize ( ) : void
ReadAllStrings ( ) : void
UserStringsHeap ( NETHeader netheader, int headeroffset, Structures rawHeader, string name ) : System

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

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

public ClearCache ( ) : void
Результат void

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

Frees all the streams that are being used in this heap.
public Dispose ( ) : void
Результат void

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

Gets a string by its offset.
public GetStringByOffset ( uint offset ) : string
offset uint The offset of the string.
Результат string

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

Gets an offset of a string value. If it is not present in the strings heap, it will add it.
public GetStringOffset ( string value ) : uint
value string The string value to get the offset from.
Результат uint