C# Class Win32.IMAGE_IMPORT_DESCRIPTOR

ファイルを表示 Open project: ufasoft/coin Class Usage Examples

Public Properties

Property Type Description
FirstThunk DWORD
ForwarderChain DWORD
Name DWORD
OriginalFirstThunk DWORD
TimeDateStamp DWORD

Public Methods

Method Description
LoadFrom ( BinaryReader r ) : IMAGE_IMPORT_DESCRIPTOR

Method Details

LoadFrom() public static method

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

Property Details

FirstThunk public_oe property

public DWORD FirstThunk
return DWORD

ForwarderChain public_oe property

public DWORD ForwarderChain
return DWORD

Name public_oe property

public DWORD Name
return DWORD

OriginalFirstThunk public_oe property

public DWORD OriginalFirstThunk
return DWORD

TimeDateStamp public_oe property

public DWORD TimeDateStamp
return DWORD