C# Class PeNet.Structures.IMAGE_SECTION_HEADER

Represents the section header for one section.
Inheritance: AbstractStructure
Afficher le fichier Open project: secana/PeNet Class Usage Examples

Méthodes publiques

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

Create a new IMAGE_SECTION_HEADER object.

ToString ( ) : string

Create a string from all object properties.

Method Details

IMAGE_SECTION_HEADER() public méthode

Create a new IMAGE_SECTION_HEADER object.
public IMAGE_SECTION_HEADER ( byte buff, uint offset ) : System.Text
buff byte A PE file as a byte array.
offset uint Raw offset to the section header.
Résultat System.Text

ToString() public méthode

Create a string from all object properties.
public ToString ( ) : string
Résultat string