C# Class Win32.IMAGE_RELOCATION

Afficher le fichier Open project: ufasoft/coin Class Usage Examples

Méthodes publiques

Свойство Type Description
SymbolTableIndex DWORD
Type RelType
VirtualAddress DWORD

Méthodes publiques

Méthode Description
LoadFrom ( BinaryReader r ) : IMAGE_RELOCATION

Method Details

LoadFrom() public static méthode

public static LoadFrom ( BinaryReader r ) : IMAGE_RELOCATION
r System.IO.BinaryReader
Résultat IMAGE_RELOCATION

Property Details

SymbolTableIndex public_oe property

public DWORD SymbolTableIndex
Résultat DWORD

Type public_oe property

public RelType Type
Résultat RelType

VirtualAddress public_oe property

public DWORD VirtualAddress
Résultat DWORD