C# Class AsmResolver.ImageSymbolImport

Represents a symbol imported by a windows assembly image.
Afficher le fichier Open project: JerreS/AsmResolver Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
FromReadingContext ( ReadingContext context ) : ImageSymbolImport
ImageSymbolImport ( ulong lookup ) : System

Method Details

GetTargetAddress() public méthode

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.
Résultat ulong

ImageSymbolImport() public méthode

public ImageSymbolImport ( HintName hintName ) : System
hintName HintName
Résultat System

ImageSymbolImport() public méthode

public ImageSymbolImport ( ushort ordinal ) : System
ordinal ushort
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string