ITypeComp Interface

Definition

Caution

Please use System.Runtime.InteropServices.ComTypes.ITypeComp instead of this type.

Provides information compilers need when binding and instantiating structures and interfaces. For more information, see ITypeComp.

public interface class ITypeComp
public interface class ITypeComp
__interface ITypeComp
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ITypeComp
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")]
[System.Obsolete("Please use System.Runtime.InteropServices.ComTypes.ITypeComp instead of this type.")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeComp
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ITypeComp = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")>]
[<System.Obsolete("Please use System.Runtime.InteropServices.ComTypes.ITypeComp instead of this type.")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeComp = interface
Public Interface ITypeComp
Attributes

Methods

Bind(String, UInt32, UInt16, Type, DESCKIND[], IntPtr, IntPtr, ITypeComp, CLEANLOCALSTORAGE[])
BindType(String, UInt32, Type)

Applies to