_Type::GetConstructor Method

 

Provides COM objects with version-independent access to the Type::GetConstructor method.

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

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

Provides COM objects with version-independent access to the Type::GetConstructor method.

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

Provides COM objects with version-independent access to the Type::GetConstructor method.

System_CAPS_pubmethodGetConstructor(array<Type^>^)

Provides COM objects with version-independent access to the Type::GetConstructor method.

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The Type::GetConstructor method gets a specific constructor of the current Type.

Return to top
Show: