C# Класс AsmResolver.Net.ImageNetDirectory

Represents a .NET data directory header (COR20 header) in a windows assembly image.
Наследование: FileSegment
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetPhysicalLength ( ) : uint
GetResourceData ( uint offset ) : byte[]

Gets the managed resource data at the given offset.

ImageNetDirectory ( ) : System.Collections.Generic
Write ( WritingContext context ) : void

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

Метод Описание
FromReadingContext ( ReadingContext context ) : ImageNetDirectory

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

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

public GetPhysicalLength ( ) : uint
Результат uint

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

Gets the managed resource data at the given offset.
public GetResourceData ( uint offset ) : byte[]
offset uint The offset of the managed resource to get.
Результат byte[]

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

public ImageNetDirectory ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public Write ( WritingContext context ) : void
context WritingContext
Результат void