C# Class Microsoft.HockeyApp.Extensibility.Implementation.PEImageReader.DirectoryEntry

Represents a single PE directory entry.
Show file Open project: bitstadium/HockeySDK-Windows

Public Properties

Property Type Description
RelativeVirtualAddress int
Size int

Property Details

RelativeVirtualAddress public property

The relative virtual address for the entry.
public int RelativeVirtualAddress
return int

Size public property

The size of the entry.
public int Size
return int