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: