C# Class Hiro.Compilers.MethodBuilder

Represents a type that can create methods.
Datei anzeigen Open project: philiplaureano/Hiro Class Usage Examples

Public Methods

Method Description
CreateMethod ( MethodBuilderOptions options ) : Mono.Cecil.MethodDefinition

Creates a method on the given host type.

Method Details

CreateMethod() public method

Creates a method on the given host type.
public CreateMethod ( MethodBuilderOptions options ) : Mono.Cecil.MethodDefinition
options MethodBuilderOptions The method options object that describes the method to be created.
return Mono.Cecil.MethodDefinition