C# 클래스 PERWAPI.MethodSpec

Descriptor for an Instantiation of a generic method
상속: Method
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
GetGenericParamTypes ( ) : Type[]
GetMethParent ( ) : Method
MethodSpec ( Method mParent, Type instTypes ) : System

비공개 메소드들

메소드 설명
BuildSignatures ( MetaDataOut md ) : void
BuildTables ( MetaDataOut md ) : void
MethodSpec ( PEReader buff ) : System
Read ( PEReader buff, TableRow specs ) : void
Resolve ( PEReader buff ) : void
Size ( MetaData md ) : uint
TypeSig ( MemoryStream str ) : void
Write ( PEWriter output ) : void

메소드 상세

GetGenericParamTypes() 공개 메소드

public GetGenericParamTypes ( ) : Type[]
리턴 Type[]

GetMethParent() 공개 메소드

public GetMethParent ( ) : Method
리턴 Method

MethodSpec() 공개 메소드

public MethodSpec ( Method mParent, Type instTypes ) : System
mParent Method
instTypes Type
리턴 System