_ConstructorInfo Interface

 

Exposes the public members of the System.Reflection::ConstructorInfo class to unmanaged code.

This API is not CLS-compliant.

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

[GuidAttribute("E9A19478-9646-3679-9B10-8411AE1FD57D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface class _ConstructorInfo

NameDescription
System_CAPS_pubpropertyAttributes

Provides COM objects with version-independent access to the Attributes property.

System_CAPS_pubpropertyCallingConvention

Provides COM objects with version-independent access to the CallingConvention property.

System_CAPS_pubpropertyDeclaringType

Provides COM objects with version-independent access to the DeclaringType property.

System_CAPS_pubpropertyIsAbstract

Provides COM objects with version-independent access to the IsAbstract property.

System_CAPS_pubpropertyIsAssembly

Provides COM objects with version-independent access to the IsAssembly property.

System_CAPS_pubpropertyIsConstructor

Provides COM objects with version-independent access to the IsConstructor property.

System_CAPS_pubpropertyIsFamily

Provides COM objects with version-independent access to the IsFamily property.

System_CAPS_pubpropertyIsFamilyAndAssembly

Provides COM objects with version-independent access to the IsFamilyAndAssembly property.

System_CAPS_pubpropertyIsFamilyOrAssembly

Provides COM objects with version-independent access to the IsFamilyOrAssembly property.

System_CAPS_pubpropertyIsFinal

Provides COM objects with version-independent access to the IsFinal property.

System_CAPS_pubpropertyIsHideBySig

Provides COM objects with version-independent access to the IsHideBySig property.

System_CAPS_pubpropertyIsPrivate

Provides COM objects with version-independent access to the IsPrivate property.

System_CAPS_pubpropertyIsPublic

Provides COM objects with version-independent access to the IsPublic property.

System_CAPS_pubpropertyIsSpecialName

Provides COM objects with version-independent access to the IsSpecialName property.

System_CAPS_pubpropertyIsStatic

Provides COM objects with version-independent access to the IsStatic property.

System_CAPS_pubpropertyIsVirtual

Provides COM objects with version-independent access to the IsVirtual property.

System_CAPS_pubpropertyMemberType

Provides COM objects with version-independent access to the MemberType property.

System_CAPS_pubpropertyMethodHandle

Provides COM objects with version-independent access to the MethodHandle property.

System_CAPS_pubpropertyName

Provides COM objects with version-independent access to the Name property.

System_CAPS_pubpropertyReflectedType

Provides COM objects with version-independent access to the ReflectedType property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Provides COM objects with version-independent access to the Equals method.

System_CAPS_pubmethodGetCustomAttributes(Boolean)

Provides COM objects with version-independent access to the GetCustomAttributes method.

System_CAPS_pubmethodGetCustomAttributes(Type^, Boolean)

Provides COM objects with version-independent access to the GetCustomAttributes method.

System_CAPS_pubmethodGetHashCode()

Provides COM objects with version-independent access to the GetHashCode method.

System_CAPS_pubmethodGetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr)

Maps a set of names to a corresponding set of dispatch identifiers.

System_CAPS_pubmethodGetMethodImplementationFlags()

Provides COM objects with version-independent access to the GetMethodImplementationFlags member.

System_CAPS_pubmethodGetParameters()

Provides COM objects with version-independent access to the GetParameters method.

System_CAPS_pubmethodGetType()

Provides COM objects with version-independent access to the GetType method.

System_CAPS_pubmethodGetTypeInfo(UInt32, UInt32, IntPtr)

Retrieves the type information for an object, which can then be used to get the type information for an interface.

System_CAPS_pubmethodGetTypeInfoCount(UInt32%)

Retrieves the number of type information interfaces that an object provides (either 0 or 1).

System_CAPS_pubmethodInvoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

Provides access to properties and methods exposed by an object.

System_CAPS_pubmethodInvoke_2(Object^, BindingFlags, Binder^, array<Object^>^, CultureInfo^)

Provides COM objects with version-independent access to the Invoke method.

System_CAPS_pubmethodInvoke_3(Object^, array<Object^>^)

Provides COM objects with version-independent access to the Invoke method.

System_CAPS_pubmethodInvoke_4(BindingFlags, Binder^, array<Object^>^, CultureInfo^)

Provides COM objects with version-independent access to the Invoke method.

System_CAPS_pubmethodInvoke_5(array<Object^>^)

Provides COM objects with version-independent access to the Invoke method.

System_CAPS_pubmethodIsDefined(Type^, Boolean)

Provides COM objects with version-independent access to the IsDefined member.

System_CAPS_pubmethodToString()

Provides COM objects with version-independent access to the ToString method.

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

The System.Reflection::ConstructorInfo class discovers the attributes of a class constructor and provides access to constructor metadata.

The System.Runtime.InteropServices::_ConstructorInfo interface preserves the vtable order of the System.Reflection::ConstructorInfo class members that can be accessed by unmanaged COM objects.

.NET Framework
Available since 1.1
Return to top
Show: