C# 클래스 Yea.Reflection.Emit.ConstructorBuilder

Helper class for defining/creating constructors
상속: Yea.Reflection.Emit.BaseClasses.MethodBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine 1 사용 예제들

공개 메소드들

메소드 설명
ConstructorBuilder ( TypeBuilder typeBuilder, MethodAttributes attributes, IEnumerable parameters, CallingConventions callingConventions ) : System

Constructor

ToString ( ) : string

The definition of the constructor as a string

메소드 상세

ConstructorBuilder() 공개 메소드

Constructor
public ConstructorBuilder ( TypeBuilder typeBuilder, MethodAttributes attributes, IEnumerable parameters, CallingConventions callingConventions ) : System
typeBuilder TypeBuilder Type builder
attributes MethodAttributes Attributes for the constructor (public, private, etc.)
parameters IEnumerable Parameter types for the constructor
callingConventions CallingConventions Calling convention for the constructor
리턴 System

ToString() 공개 메소드

The definition of the constructor as a string
public ToString ( ) : string
리턴 string