This documentation is archived and is not being maintained.
ITypeInfo2 Interface
Visual Studio 2010
Provides the managed definition of the ITypeInfo2 interface.
Assembly: mscorlib (in mscorlib.dll)
The ITypeInfo2 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddressOfMember(Int32, INVOKEKIND, IntPtr%) | Retrieves the addresses of static functions or variables, such as those defined in a DLL. (Inherited from ITypeInfo.) |
![]() | AddressOfMember(Int32, INVOKEKIND, IntPtr%) | Retrieves the addresses of static functions or variables, such as those defined in a DLL. |
![]() | CreateInstance(Object, Guid%, Object%) | Creates a new instance of a type that describes a component class (coclass). (Inherited from ITypeInfo.) |
![]() | CreateInstance(Object, Guid%, Object%) | Creates a new instance of a type that describes a component class (coclass). |
![]() | GetAllCustData | Gets all custom data items for the library. |
![]() | GetAllFuncCustData | Gets all custom data from the specified function. |
![]() | GetAllImplTypeCustData | Gets all custom data for the specified implementation type. |
![]() | GetAllParamCustData | Gets all of the custom data for the specified function parameter. |
![]() | GetAllVarCustData | Gets the variable for the custom data. |
![]() | GetContainingTypeLib(ITypeLib%, Int32%) | Retrieves the type library that contains this type description and its index within that type library. (Inherited from ITypeInfo.) |
![]() | GetContainingTypeLib(ITypeLib%, Int32%) | Retrieves the type library that contains this type description and its index within that type library. |
![]() | GetCustData | Gets the custom data. |
![]() | GetDllEntry(Int32, INVOKEKIND, IntPtr, IntPtr, IntPtr) | Retrieves a description or specification of an entry point for a function in a DLL. (Inherited from ITypeInfo.) |
![]() | GetDllEntry(Int32, INVOKEKIND, IntPtr, IntPtr, IntPtr) | Retrieves a description or specification of an entry point for a function in a DLL. |
![]() | GetDocumentation(Int32, String%, String%, Int32%, String%) | Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description. (Inherited from ITypeInfo.) |
![]() | GetDocumentation(Int32, String%, String%, Int32%, String%) | Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description. |
![]() | GetDocumentation2 | Retrieves the documentation string, the complete Help file name and path, the localization context to use, and the context ID for the library Help topic in the Help file. |
![]() | GetFuncCustData | Gets the custom data from the specified function. |
![]() | GetFuncDesc(Int32, IntPtr%) | Retrieves the FUNCDESC structure that contains information about a specified function. (Inherited from ITypeInfo.) |
![]() | GetFuncDesc(Int32, IntPtr%) | Retrieves the FUNCDESC structure that contains information about a specified function. |
![]() | GetFuncIndexOfMemId | Binds to a specific member based on a known DISPID, where the member name is not known (for example, when binding to a default member). |
![]() | GetIDsOfNames(array<String>, Int32, array<Int32>) | Maps between member names and member IDs, and parameter names and parameter IDs. (Inherited from ITypeInfo.) |
![]() | GetIDsOfNames(array<String>, Int32, array<Int32>) | Maps between member names and member IDs, and parameter names and parameter IDs. |
![]() | GetImplTypeCustData | Gets the implementation type of the custom data. |
![]() | GetImplTypeFlags(Int32, IMPLTYPEFLAGS%) | Retrieves the IMPLTYPEFLAGS value for one implemented interface or base interface in a type description. (Inherited from ITypeInfo.) |
![]() | GetImplTypeFlags(Int32, IMPLTYPEFLAGS%) | Retrieves the IMPLTYPEFLAGS value for one implemented interface or base interface in a type description. |
![]() | GetMops(Int32, String%) | Retrieves marshaling information. (Inherited from ITypeInfo.) |
![]() | GetMops(Int32, String%) | Retrieves marshaling information. |
![]() | GetNames(Int32, array<String>, Int32, Int32%) | Retrieves the variable with the specified member ID (or the name of the property or method and its parameters) that corresponds to the specified function ID. (Inherited from ITypeInfo.) |
![]() | GetNames(Int32, array<String>, Int32, Int32%) | Retrieves the variable with the specified member ID (or the name of the property or method and its parameters) that corresponds to the specified function ID. |
![]() | GetParamCustData | Gets the specified custom data parameter. |
![]() | GetRefTypeInfo(Int32, ITypeInfo%) | Retrieves the referenced type descriptions if a type description references other type descriptions. (Inherited from ITypeInfo.) |
![]() | GetRefTypeInfo(Int32, ITypeInfo%) | Retrieves the referenced type descriptions, if a type description references other type descriptions. |
![]() | GetRefTypeOfImplType(Int32, Int32%) | Retrieves the type description of the implemented interface types if a type description describes a COM class. (Inherited from ITypeInfo.) |
![]() | GetRefTypeOfImplType(Int32, Int32%) | Retrieves the type description of the implemented interface types, if a type description describes a COM class. |
![]() | GetTypeAttr(IntPtr%) | Retrieves a TYPEATTR structure that contains the attributes of the type description. (Inherited from ITypeInfo.) |
![]() | GetTypeAttr(IntPtr%) | Retrieves a TYPEATTR structure that contains the attributes of the type description. |
![]() | GetTypeComp(ITypeComp%) | Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description's members. (Inherited from ITypeInfo.) |
![]() | GetTypeComp(ITypeComp%) | Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description's members. |
![]() | GetTypeFlags | Returns the type flags without any allocations. This method returns a DWORD type flag, which expands the type flags without growing the TYPEATTR (type attribute). |
![]() | GetTypeKind | Returns the TYPEKIND enumeration quickly, without doing any allocations. |
![]() | GetVarCustData | Gets the variable for the custom data. |
![]() | GetVarDesc(Int32, IntPtr%) | Retrieves a VARDESC structure that describes the specified variable. (Inherited from ITypeInfo.) |
![]() | GetVarDesc(Int32, IntPtr%) | Retrieves a VARDESC structure that describes the specified variable. |
![]() | GetVarIndexOfMemId | Binds to a specific member based on a known DISPID, where the member name is not known (for example, when binding to a default member). |
![]() | Invoke(Object, Int32, Int16, DISPPARAMS%, IntPtr, IntPtr, Int32%) | Invokes a method, or accesses a property of an object, that implements the interface described by the type description. (Inherited from ITypeInfo.) |
![]() | Invoke(Object, Int32, Int16, DISPPARAMS%, IntPtr, IntPtr, Int32%) | Invokes a method, or accesses a property of an object, that implements the interface described by the type description. |
![]() | ReleaseFuncDesc(IntPtr) | Releases a FUNCDESC structure previously returned by the GetFuncDesc method. (Inherited from ITypeInfo.) |
![]() | ReleaseFuncDesc(IntPtr) | Releases a FUNCDESC structure previously returned by the GetFuncDesc method. |
![]() | ReleaseTypeAttr(IntPtr) | Releases a TYPEATTR structure previously returned by the GetTypeAttr method. (Inherited from ITypeInfo.) |
![]() | ReleaseTypeAttr(IntPtr) | Releases a TYPEATTR structure previously returned by the GetTypeAttr method. |
![]() | ReleaseVarDesc(IntPtr) | Releases a VARDESC structure previously returned by the GetVarDesc method. (Inherited from ITypeInfo.) |
![]() | ReleaseVarDesc(IntPtr) | Releases a VARDESC structure previously returned by the GetVarDesc method. |
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
