C# Class PeNet.Structures.IMAGE_RESOURCE_DIRECTORY_ENTRY

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

Public Methods

Method 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 method

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.
return System

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string