C# Class AsmResolver.ImageSymbolImport

Represents a symbol imported by a windows assembly image.
ファイルを表示 Open project: JerreS/AsmResolver Class Usage Examples

Public Methods

Method Description
GetTargetAddress ( bool is32Bit ) : ulong

Determines the import address to use for the symbol.

ImageSymbolImport ( HintName hintName ) : System
ImageSymbolImport ( ushort ordinal ) : System
ToString ( ) : string

Private Methods

Method Description
FromReadingContext ( ReadingContext context ) : ImageSymbolImport
ImageSymbolImport ( ulong lookup ) : System

Method Details

GetTargetAddress() public method

Determines the import address to use for the symbol.
public GetTargetAddress ( bool is32Bit ) : ulong
is32Bit bool Specifies whether the address should be a 32-bit or 64-bit address.
return ulong

ImageSymbolImport() public method

public ImageSymbolImport ( HintName hintName ) : System
hintName HintName
return System

ImageSymbolImport() public method

public ImageSymbolImport ( ushort ordinal ) : System
ordinal ushort
return System

ToString() public method

public ToString ( ) : string
return string