The ConstructorBuilder class is used to define and represent a constructor on a dynamic class. ConstructorBuilder is used to fully describe a constructor in IL, including the name, attributes, signature, and constructor body. It is used in conjunction with the TypeBuilder class to create classes at run time.
Object
MemberInfo
MethodBase
ConstructorInfo
ConstructorBuilder
[Visual Basic] NotInheritable Public Class ConstructorBuilder Inherits ConstructorInfo [C#] public sealed class ConstructorBuilder : ConstructorInfo [C++] public __gc __sealed class ConstructorBuilder : public ConstructorInfo [JScript] public class ConstructorBuilder extends ConstructorInfo
[To be supplied.]
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll
ConstructorBuilder Members | System.Reflection.Emit Namespace