C# 클래스 AsmResolver.ImageSymbolImport

Represents a symbol imported by a windows assembly image.
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
GetTargetAddress ( bool is32Bit ) : ulong

Determines the import address to use for the symbol.

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

비공개 메소드들

메소드 설명
FromReadingContext ( ReadingContext context ) : ImageSymbolImport
ImageSymbolImport ( ulong lookup ) : System

메소드 상세

GetTargetAddress() 공개 메소드

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.
리턴 ulong

ImageSymbolImport() 공개 메소드

public ImageSymbolImport ( HintName hintName ) : System
hintName HintName
리턴 System

ImageSymbolImport() 공개 메소드

public ImageSymbolImport ( ushort ordinal ) : System
ordinal ushort
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string