C# Класс Mono.Cecil.Fluent.MethodDefinitionExtensions

Показать файл Открыть проект

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

Метод Описание
AppendIL ( this method ) : FluentEmitter

Compilation of MethodDefinition and bind to given to Func or Action signature.

DisassembleBody ( this method ) : string
ToDynamicMethod ( this method ) : DynamicMethod
ToDynamicMethod ( this method, MethodInfo target ) : MethodInfo
ToDynamicMethod ( this method, TypeBuilder declaringtype, MethodInfo target = null ) : MethodInfo

Описание методов

AppendIL() публичный статический Метод

Compilation of MethodDefinition and bind to given to Func or Action signature.
public static AppendIL ( this method ) : FluentEmitter
method this
Результат FluentEmitter

DisassembleBody() публичный статический Метод

public static DisassembleBody ( this method ) : string
method this
Результат string

ToDynamicMethod() публичный статический Метод

public static ToDynamicMethod ( this method ) : DynamicMethod
method this
Результат System.Reflection.Emit.DynamicMethod

ToDynamicMethod() публичный статический Метод

public static ToDynamicMethod ( this method, MethodInfo target ) : MethodInfo
method this
target System.Reflection.MethodInfo
Результат System.Reflection.MethodInfo

ToDynamicMethod() публичный статический Метод

public static ToDynamicMethod ( this method, TypeBuilder declaringtype, MethodInfo target = null ) : MethodInfo
method this
declaringtype System.Reflection.Emit.TypeBuilder
target System.Reflection.MethodInfo
Результат System.Reflection.MethodInfo