Type::GetConstructor Method
.NET Framework (current version)
Gets a specific constructor of the current Type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetConstructor(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. |
![]() | GetConstructor(BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^) | Searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
![]() | GetConstructor(array<Type^>^) | Searches for a public instance constructor whose parameters match the types in the specified array. |
Show:
