C# Class Fody.PeImage.IMAGE_DATA_DIRECTORY

Show file Open project: Fody/Stamp

Public Properties

Property Type Description
Size uint
VirtualAddress uint

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Size public property

The size of the table, in bytes.
public uint Size
return uint

VirtualAddress public property

The relative virtual address of the table.
public uint VirtualAddress
return uint