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

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

공개 메소드들

메소드 설명
ClearCache ( ) : void
LoadCache ( ) : void
MethodImplementation ( MetaDataRow row ) : System
MethodImplementation ( TypeDefinition @class, MethodReference methodDeclaration, MethodReference newMethod ) : System

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

LoadCache() 공개 메소드

public LoadCache ( ) : void
리턴 void

MethodImplementation() 공개 메소드

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

MethodImplementation() 공개 메소드

public MethodImplementation ( TypeDefinition @class, MethodReference methodDeclaration, MethodReference newMethod ) : System
@class TypeDefinition
methodDeclaration MethodReference
newMethod MethodReference
리턴 System