Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft