C# Class Pluton.Patcher.Reflection.TypePatcher

Inheritance: PatcherObject
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetMethod ( Func func ) : MethodPatcher
func Func
Résultat MethodPatcher

GetMethod() public méthode

public GetMethod ( string method ) : MethodPatcher
method string
Résultat MethodPatcher

GetNestedType() public méthode

public GetNestedType ( string nestedType ) : TypePatcher
nestedType string
Résultat TypePatcher

TypePatcher() public méthode

public TypePatcher ( PatcherObject prnt, Mono.Cecil.TypeDefinition typDef ) : System
prnt PatcherObject
typDef Mono.Cecil.TypeDefinition
Résultat System