C# Класс TUP.AsmResolver.DataDirectory

Represents a data directory in the executable.
Показать файл Открыть проект

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

Метод Описание
GetBytes ( ) : byte[]

Gets the contents of the data directory.

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

Метод Описание
DataDirectory ( DataDirectoryName name, Section assemblySections, uint offset, Structures rawDataDir ) : System

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

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

Gets the contents of the data directory.
public GetBytes ( ) : byte[]
Результат byte[]