TypeBuilder::DefineConstructor Method

 

Adds a new constructor to the dynamic type.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodDefineConstructor(MethodAttributes, CallingConventions, array<Type^>^)

Adds a new constructor to the type, with the given attributes and signature.

System_CAPS_pubmethodDefineConstructor(MethodAttributes, CallingConventions, array<Type^>^, array<array<Type^>^>^, array<array<Type^>^>^)

Adds a new constructor to the type, with the given attributes, signature, and custom modifiers.

Return to top
Show: