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

Represents a single PE directory entry.
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Свойство Type Description
RelativeVirtualAddress int
Size int

Property Details

RelativeVirtualAddress public_oe property

The relative virtual address for the entry.
public int RelativeVirtualAddress
Résultat int

Size public_oe property

The size of the entry.
public int Size
Résultat int