IProvideClassInfo Interface

Definition

Provides the type information (ITypeInfo) for a given coclass (Component Automation). For more information, see IProvideClassInfo.

public interface class IProvideClassInfo
public interface class IProvideClassInfo
__interface IProvideClassInfo
[System.Runtime.InteropServices.Guid("B196B283-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IProvideClassInfo
[System.Runtime.InteropServices.Guid("B196B283-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProvideClassInfo
[<System.Runtime.InteropServices.Guid("B196B283-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IProvideClassInfo = interface
[<System.Runtime.InteropServices.Guid("B196B283-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProvideClassInfo = interface
Public Interface IProvideClassInfo
Derived
Attributes

Methods

GetClassInfo(Type)

Applies to