C# 클래스 Hiro.Compilers.MethodBuilder

Represents a type that can create methods.
파일 보기 프로젝트 열기: philiplaureano/Hiro 1 사용 예제들

공개 메소드들

메소드 설명
CreateMethod ( MethodBuilderOptions options ) : Mono.Cecil.MethodDefinition

Creates a method on the given host type.

메소드 상세

CreateMethod() 공개 메소드

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.
리턴 Mono.Cecil.MethodDefinition