C# 클래스 Pluton.Patcher.Reflection.TypePatcher

상속: PatcherObject
파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 메소드들

메소드 설명
GetMethod ( Func func ) : MethodPatcher
GetMethod ( string method ) : MethodPatcher
GetNestedType ( string nestedType ) : TypePatcher
TypePatcher ( PatcherObject prnt, Mono.Cecil.TypeDefinition typDef ) : System

메소드 상세

GetMethod() 공개 메소드

public GetMethod ( Func func ) : MethodPatcher
func Func
리턴 MethodPatcher

GetMethod() 공개 메소드

public GetMethod ( string method ) : MethodPatcher
method string
리턴 MethodPatcher

GetNestedType() 공개 메소드

public GetNestedType ( string nestedType ) : TypePatcher
nestedType string
리턴 TypePatcher

TypePatcher() 공개 메소드

public TypePatcher ( PatcherObject prnt, Mono.Cecil.TypeDefinition typDef ) : System
prnt PatcherObject
typDef Mono.Cecil.TypeDefinition
리턴 System