ITypeInfo Interface

Allows reading information about objects.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
<GuidAttribute("00020401-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ITypeInfo
[GuidAttribute("00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeInfo
[GuidAttribute(L"00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ITypeInfo
[<GuidAttribute("00020401-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeInfo =  interface end
public interface ITypeInfo

The ITypeInfo type exposes the following members.

Methods

  Name Description
Public method GetImplTypeFlags Retrieves the IMPLTYPEFLAGS flags for an interface.
Public method GetMops Retrieves marshaling information.
Public method GetRefTypeInfo Retrieves the type descriptions referenced by a specified type description.
Public method GetRefTypeOfImplType Retrieves the type description of implemented interface types for a component object class (coclass) or an inherited interface.
Public method GetTypeComp Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description’s members.
Public method LocalAddressOfMember Infrastructure. Microsoft internal use only.
Public method LocalGetIDsOfNames Infrastructure. Microsoft internal use only.
Public method LocalInvoke Infrastructure. Microsoft internal use only.
Public method LocalReleaseFuncDesc Infrastructure. Microsoft internal use only.
Public method LocalReleaseTypeAttr Infrastructure. Microsoft internal use only.
Public method LocalReleaseVarDesc Infrastructure. Microsoft internal use only.
Public method RemoteCreateInstance Infrastructure. Microsoft internal use only.
Public method RemoteGetContainingTypeLib Infrastructure. Microsoft internal use only.
Public method RemoteGetDllEntry Infrastructure. Microsoft internal use only.
Public method RemoteGetDocumentation Infrastructure. Microsoft internal use only.
Public method RemoteGetFuncDesc Infrastructure. Microsoft internal use only.
Public method RemoteGetNames Infrastructure. Microsoft internal use only.
Public method RemoteGetTypeAttr Infrastructure. Microsoft internal use only.
Public method RemoteGetVarDesc Infrastructure. Microsoft internal use only.

Top

See Also

Reference

Microsoft.VisualStudio.VsWizard Namespace