C# Class PeNet.Structures.IMAGE_DATA_DIRECTORY

The IMAGE_DATA_DIRECTORY struct represents the data directory,
Inheritance: AbstractStructure
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

Méthode Description
IMAGE_DATA_DIRECTORY ( byte buff, uint offset ) : System.Text

Create a new IMAGE_DATA_DIRECTORY object.

ToString ( ) : string

Convert all object properties to strings.

Method Details

IMAGE_DATA_DIRECTORY() public méthode

Create a new IMAGE_DATA_DIRECTORY object.
public IMAGE_DATA_DIRECTORY ( byte buff, uint offset ) : System.Text
buff byte PE binary as byte array.
offset uint Raw offset to the data directory in the binary.
Résultat System.Text

ToString() public méthode

Convert all object properties to strings.
public ToString ( ) : string
Résultat string