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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AssemblyPatcher ( AssemblyDefinition assDef ) : System
CreateType ( string @namespace, string name ) : TypePatcher
FromFile ( string filename ) : AssemblyPatcher
GetType ( Func func ) : TypePatcher
GetType ( string type ) : TypePatcher
ImportMethod ( MethodPatcher toImport ) : MethodReference
Write ( string file ) : void

메소드 상세

AssemblyPatcher() 공개 메소드

public AssemblyPatcher ( AssemblyDefinition assDef ) : System
assDef Mono.Cecil.AssemblyDefinition
리턴 System

CreateType() 공개 메소드

public CreateType ( string @namespace, string name ) : TypePatcher
@namespace string
name string
리턴 TypePatcher

FromFile() 공개 정적인 메소드

public static FromFile ( string filename ) : AssemblyPatcher
filename string
리턴 AssemblyPatcher

GetType() 공개 메소드

public GetType ( Func func ) : TypePatcher
func Func
리턴 TypePatcher

GetType() 공개 메소드

public GetType ( string type ) : TypePatcher
type string
리턴 TypePatcher

ImportMethod() 공개 메소드

public ImportMethod ( MethodPatcher toImport ) : MethodReference
toImport MethodPatcher
리턴 Mono.Cecil.MethodReference

Write() 공개 메소드

public Write ( string file ) : void
file string
리턴 void