C# 클래스 AsmResolver.HintName

Represents a hint-name pair defined in the import data directory.
상속: FileSegment
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
GetPhysicalLength ( ) : uint
HintName ( ushort hint, string name ) : System
ToString ( ) : string
Write ( WritingContext context ) : void

비공개 메소드들

메소드 설명
FromReadingContext ( ReadingContext context ) : HintName
HintName ( ) : System

메소드 상세

GetPhysicalLength() 공개 메소드

public GetPhysicalLength ( ) : uint
리턴 uint

HintName() 공개 메소드

public HintName ( ushort hint, string name ) : System
hint ushort
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( WritingContext context ) : void
context WritingContext
리턴 void