C# Class Yea.Reflection.Emit.ConstructorBuilder

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System

ToString() public méthode

The definition of the constructor as a string
public ToString ( ) : string
Résultat string