NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConstructorBuilder Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

ConstructorBuilder Members | System.Reflection.Emit Namespace