System.Runtime.InteropServices._ConstructorInfo Structure

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

See Also: _ConstructorInfo Members

Syntax

[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("E9A19478-9646-3679-9B10-8411AE1FD57D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibImportClass(typeof(System.Reflection.ConstructorInfo))]
public interface _ConstructorInfo

Remarks

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.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0