C# Class Yea.Reflection.Emit.ConstructorBuilder

Helper class for defining/creating constructors
Inheritance: Yea.Reflection.Emit.BaseClasses.MethodBase
Datei anzeigen Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
ConstructorBuilder ( TypeBuilder typeBuilder, MethodAttributes attributes, IEnumerable parameters, CallingConventions callingConventions ) : System

Constructor

ToString ( ) : string

The definition of the constructor as a string

Method Details

ConstructorBuilder() public method

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
return System

ToString() public method

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