_ConstructorInfo 接口

定义

重要

此 API 不符合 CLS。

向非托管代码公开 ConstructorInfo 类的公共成员。

public interface class _ConstructorInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("E9A19478-9646-3679-9B10-8411AE1FD57D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _ConstructorInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("E9A19478-9646-3679-9B10-8411AE1FD57D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _ConstructorInfo
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("E9A19478-9646-3679-9B10-8411AE1FD57D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _ConstructorInfo = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("E9A19478-9646-3679-9B10-8411AE1FD57D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _ConstructorInfo = interface
Public Interface _ConstructorInfo
派生
属性

注解

此接口用于从非托管代码访问托管类,不应从托管代码调用。

System.Reflection.ConstructorInfo 发现类构造函数的属性,并提供对构造函数元数据的访问。

接口 System.Runtime.InteropServices._ConstructorInfo 保留可由非托管 COM 对象访问的 System.Reflection.ConstructorInfo 类成员的 vtable 顺序。

属性

Attributes

为 COM 对象提供对 Attributes 属性的与版本无关的访问。

CallingConvention

为 COM 对象提供对 CallingConvention 属性的与版本无关的访问。

DeclaringType

为 COM 对象提供对 DeclaringType 属性的与版本无关的访问。

IsAbstract

为 COM 对象提供对 IsAbstract 属性的与版本无关的访问。

IsAssembly

为 COM 对象提供对 IsAssembly 属性的与版本无关的访问。

IsConstructor

为 COM 对象提供对 IsConstructor 属性的与版本无关的访问。

IsFamily

为 COM 对象提供对 IsFamily 属性的与版本无关的访问。

IsFamilyAndAssembly

为 COM 对象提供对 IsFamilyAndAssembly 属性的与版本无关的访问。

IsFamilyOrAssembly

为 COM 对象提供对 IsFamilyOrAssembly 属性的与版本无关的访问。

IsFinal

为 COM 对象提供对 IsFinal 属性的与版本无关的访问。

IsHideBySig

为 COM 对象提供对 IsHideBySig 属性的与版本无关的访问。

IsPrivate

为 COM 对象提供对 IsPrivate 属性的与版本无关的访问。

IsPublic

为 COM 对象提供对 IsPublic 属性的与版本无关的访问。

IsSpecialName

为 COM 对象提供对 IsSpecialName 属性的与版本无关的访问。

IsStatic

为 COM 对象提供对 IsStatic 属性的与版本无关的访问。

IsVirtual

为 COM 对象提供对 IsVirtual 属性的与版本无关的访问。

MemberType

为 COM 对象提供对 MemberType 属性的与版本无关的访问。

MethodHandle

为 COM 对象提供对 MethodHandle 属性的与版本无关的访问。

Name

为 COM 对象提供对 Name 属性的与版本无关的访问。

ReflectedType

为 COM 对象提供对 ReflectedType 属性的与版本无关的访问。

方法

Equals(Object)

为 COM 对象提供对 Equals(Object) 方法的与版本无关的访问。

GetCustomAttributes(Boolean)

为 COM 对象提供对 GetCustomAttributes(Boolean) 方法的与版本无关的访问。

GetCustomAttributes(Type, Boolean)

为 COM 对象提供对 GetCustomAttributes(Type, Boolean) 方法的与版本无关的访问。

GetHashCode()

为 COM 对象提供对 GetHashCode() 方法的与版本无关的访问。

GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

将一组名称映射为对应的一组调度标识符。

GetMethodImplementationFlags()

为 COM 对象提供对 GetMethodImplementationFlags() 成员的版本无关的访问。

GetParameters()

为 COM 对象提供对 GetParameters() 方法的与版本无关的访问。

GetType()

为 COM 对象提供对 GetType() 方法的与版本无关的访问。

GetTypeInfo(UInt32, UInt32, IntPtr)

检索对象的类型信息,然后可以使用该信息获取接口的类型信息。

GetTypeInfoCount(UInt32)

检索对象提供的类型信息接口的数量(0 或 1)。

Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

提供对某一对象公开的属性和方法的访问。

Invoke_2(Object, BindingFlags, Binder, Object[], CultureInfo)

为 COM 对象提供对 Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) 方法的与版本无关的访问。

Invoke_3(Object, Object[])

为 COM 对象提供对 Invoke(Object, Object[]) 方法的与版本无关的访问。

Invoke_4(BindingFlags, Binder, Object[], CultureInfo)

为 COM 对象提供对 Invoke(BindingFlags, Binder, Object[], CultureInfo) 方法的与版本无关的访问。

Invoke_5(Object[])

为 COM 对象提供对 Invoke(Object[]) 方法的与版本无关的访问。

IsDefined(Type, Boolean)

为 COM 对象提供对 IsDefined(Type, Boolean) 成员的版本无关的访问。

ToString()

为 COM 对象提供对 ToString() 方法的与版本无关的访问。

适用于