ConstructorBuilder
Defines and represents a constructor of a dynamic class.
Gets or sets whether the local variables in this constructor should be zero-initialized.
public ParameterBuilder DefineParameter(int iSequence, ParameterAttributes attributes, string strParamName)
Defines a parameter of this constructor.
Gets an ILGenerator for this constructor.
Gets an ILGenerator object, with the specified MSIL stream size, that can be used to build a method body for this constructor.
Set a custom attribute using a specified custom attribute blob.
Set a custom attribute using a custom attribute builder.
Sets the method implementation flags for this constructor.