C# Class TUP.AsmResolver.DataDirectory

Represents a data directory in the executable.
Afficher le fichier Open project: Rex-Hays/GNIDA

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]

Gets the contents of the data directory.

Private Methods

Méthode Description
DataDirectory ( DataDirectoryName name, Section assemblySections, uint offset, Structures rawDataDir ) : System

Method Details

GetBytes() public méthode

Gets the contents of the data directory.
public GetBytes ( ) : byte[]
Résultat byte[]