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

Represents a single PE directory entry.
Datei anzeigen Open project: bitstadium/HockeySDK-Windows

Public Properties

Property Type Description
RelativeVirtualAddress int
Size int

Property Details

RelativeVirtualAddress public_oe property

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

Size public_oe property

The size of the entry.
public int Size
return int