C# Class Pluton.Patcher.Reflection.TypePatcher

Inheritance: PatcherObject
ファイルを表示 Open project: Notulp/Pluton Class Usage Examples

Public Methods

Method Description
GetMethod ( Func func ) : MethodPatcher
GetMethod ( string method ) : MethodPatcher
GetNestedType ( string nestedType ) : TypePatcher
TypePatcher ( PatcherObject prnt, Mono.Cecil.TypeDefinition typDef ) : System

Method Details

GetMethod() public method

public GetMethod ( Func func ) : MethodPatcher
func Func
return MethodPatcher

GetMethod() public method

public GetMethod ( string method ) : MethodPatcher
method string
return MethodPatcher

GetNestedType() public method

public GetNestedType ( string nestedType ) : TypePatcher
nestedType string
return TypePatcher

TypePatcher() public method

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