ITypeLib Interface

Definition

Provides access to the contents of a type library. For more information, see ITypeLib.

public interface class ITypeLib
public interface class ITypeLib
__interface ITypeLib
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ITypeLib
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ITypeLib = interface
Public Interface ITypeLib
Attributes

Methods

FindName(String, UInt32, Type, Int32[], UInt16, String)
GetDocumentation(Int32, UInt32, String, String, UInt32, String)
GetLibAttr(IntPtr, CLEANLOCALSTORAGE[])
GetTypeComp(ITypeComp)
GetTypeInfo(UInt32, Type)
GetTypeInfoCount(UInt32)
GetTypeInfoOfGuid(Guid, Type)
GetTypeInfoType(UInt32, TYPEKIND[])
IsName(String, UInt32, Int32, String)
ReleaseTLibAttr()

Applies to