C# Class TUP.AsmResolver.DataDirectory

Represents a data directory in the executable.
Show file Open project: Rex-Hays/GNIDA

Public Methods

Method Description
GetBytes ( ) : byte[]

Gets the contents of the data directory.

Private Methods

Method Description
DataDirectory ( DataDirectoryName name, Section assemblySections, uint offset, Structures rawDataDir ) : System

Method Details

GetBytes() public method

Gets the contents of the data directory.
public GetBytes ( ) : byte[]
return byte[]