C# Класс Pluton.Patcher.Reflection.TypePatcher

Наследование: PatcherObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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