C# 클래스 TUP.AsmResolver.NET.Specialized.MethodDefinition

상속: MethodReference
파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
ClearCache ( ) : void
LoadCache ( ) : void
MethodDefinition ( MetaDataRow row ) : System
MethodDefinition ( string name, MethodAttributes attributes, uint rva, uint signature, uint paramlist ) : System
Resolve ( ) : MethodDefinition

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

LoadCache() 공개 메소드

public LoadCache ( ) : void
리턴 void

MethodDefinition() 공개 메소드

public MethodDefinition ( MetaDataRow row ) : System
row MetaDataRow
리턴 System

MethodDefinition() 공개 메소드

public MethodDefinition ( string name, MethodAttributes attributes, uint rva, uint signature, uint paramlist ) : System
name string
attributes MethodAttributes
rva uint
signature uint
paramlist uint
리턴 System

Resolve() 공개 메소드

public Resolve ( ) : MethodDefinition
리턴 MethodDefinition