_ConstructorBuilder 接口

定义

重要

此 API 不符合 CLS。

向非托管代码公开 ConstructorBuilder 类。

public interface class _ConstructorBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("ED3E4384-D7E2-3FA7-8FFD-8940D330519A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _ConstructorBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("ED3E4384-D7E2-3FA7-8FFD-8940D330519A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _ConstructorBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("ED3E4384-D7E2-3FA7-8FFD-8940D330519A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _ConstructorBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("ED3E4384-D7E2-3FA7-8FFD-8940D330519A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _ConstructorBuilder = interface
Public Interface _ConstructorBuilder
派生
属性

注解

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

方法

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

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

GetTypeInfo(UInt32, UInt32, IntPtr)

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

GetTypeInfoCount(UInt32)

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

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

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

适用于