C# Class PeNet.Structures.IMAGE_BASE_RELOCATION.TypeOffset

Represents the type and offset in an IMAGE_BASE_RELOCATION structure.
Afficher le fichier Open project: secana/PeNet

Méthodes publiques

Méthode Description
ToString ( ) : string

Convert all object properties to strings.

TypeOffset ( byte buff, uint offset ) : System

Create a new TypeOffset object.

Method Details

ToString() public méthode

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

TypeOffset() public méthode

Create a new TypeOffset object.
public TypeOffset ( byte buff, uint offset ) : System
buff byte PE binary as byte array.
offset uint Offset of the TypeOffset in the array.
Résultat System