C# Class Mono.Cecil.Fluent.MethodDefinitionExtensions

ファイルを表示 Open project: mwoelk83/Mono.Cecil.Fluent

Public Methods

Method Description
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

Method Details

AppendIL() public static method

Compilation of MethodDefinition and bind to given to Func or Action signature.
public static AppendIL ( this method ) : FluentEmitter
method this
return FluentEmitter

DisassembleBody() public static method

public static DisassembleBody ( this method ) : string
method this
return string

ToDynamicMethod() public static method

public static ToDynamicMethod ( this method ) : DynamicMethod
method this
return System.Reflection.Emit.DynamicMethod

ToDynamicMethod() public static method

public static ToDynamicMethod ( this method, MethodInfo target ) : MethodInfo
method this
target System.Reflection.MethodInfo
return System.Reflection.MethodInfo

ToDynamicMethod() public static method

public static ToDynamicMethod ( this method, TypeBuilder declaringtype, MethodInfo target = null ) : MethodInfo
method this
declaringtype System.Reflection.Emit.TypeBuilder
target System.Reflection.MethodInfo
return System.Reflection.MethodInfo