C# Class Win32.IMAGE_RELOCATION

Show file Open project: ufasoft/coin Class Usage Examples

Public Properties

Property Type Description
SymbolTableIndex DWORD
Type RelType
VirtualAddress DWORD

Public Methods

Method Description
LoadFrom ( BinaryReader r ) : IMAGE_RELOCATION

Method Details

LoadFrom() public static method

public static LoadFrom ( BinaryReader r ) : IMAGE_RELOCATION
r System.IO.BinaryReader
return IMAGE_RELOCATION

Property Details

SymbolTableIndex public property

public DWORD SymbolTableIndex
return DWORD

Type public property

public RelType Type
return RelType

VirtualAddress public property

public DWORD VirtualAddress
return DWORD