C# Class PeNet.Structures.IMAGE_RESOURCE_DIRECTORY_ENTRY

The resource directory entry represents one entry (e.g. icon) in a resource directory.
Inheritance: AbstractStructure
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

Méthode Description
IMAGE_RESOURCE_DIRECTORY_ENTRY ( byte buff, uint offset, uint resourceDirOffset ) : System

Create a new instance of the IMAGE_RESOURCE_DIRECTORY_ENTRY.

ToString ( ) : string

Returns a string that represents the current object.

Method Details

IMAGE_RESOURCE_DIRECTORY_ENTRY() public méthode

Create a new instance of the IMAGE_RESOURCE_DIRECTORY_ENTRY.
public IMAGE_RESOURCE_DIRECTORY_ENTRY ( byte buff, uint offset, uint resourceDirOffset ) : System
buff byte A PE file as a byte array.
offset uint Raw offset to the entry.
resourceDirOffset uint Raw offset to the resource directory.
Résultat System

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string