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.

Type::GetConstructor Method

 

Gets a specific constructor of the current Type.

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

NameDescription
System_CAPS_pubmethodGetConstructor(BindingFlags, Binder^, CallingConventions, array<Type^>^, array<ParameterModifier>^)

Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.

System_CAPS_pubmethodGetConstructor(BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^)

Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints.

System_CAPS_pubmethodGetConstructor(array<Type^>^)

Searches for a public instance constructor whose parameters match the types in the specified array.

Return to top
Show:
© 2017 Microsoft