C# Class PeNet.Structures.IMAGE_BASE_RELOCATION.TypeOffset

Represents the type and offset in an IMAGE_BASE_RELOCATION structure.
ファイルを表示 Open project: secana/PeNet

Public Methods

Method Description
ToString ( ) : string

Convert all object properties to strings.

TypeOffset ( byte buff, uint offset ) : System

Create a new TypeOffset object.

Method Details

ToString() public method

Convert all object properties to strings.
public ToString ( ) : string
return string

TypeOffset() public method

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