This documentation is archived and is not being maintained.
UCOMITypeInfo Interface
Visual Studio 2010
Note: This API is now obsolete.
Use System.Runtime.InteropServices.ComTypes::ITypeInfo instead.
Assembly: mscorlib (in mscorlib.dll)
The UCOMITypeInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddressOfMember | Retrieves the addresses of static functions or variables, such as those defined in a DLL. |
![]() | CreateInstance | Creates a new instance of a type that describes a component class (coclass). |
![]() | GetContainingTypeLib | Retrieves the type library that contains this type description and its index within that type library. |
![]() | GetDllEntry | Retrieves a description or specification of an entry point for a function in a DLL. |
![]() | GetDocumentation | Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description. |
![]() | GetFuncDesc | Retrieves the System.Runtime.InteropServices::FUNCDESC structure that contains information about a specified function. |
![]() | GetIDsOfNames | Maps between member names and member IDs, and parameter names and parameter IDs. |
![]() | GetImplTypeFlags | Retrieves the System.Runtime.InteropServices::IMPLTYPEFLAGS value for one implemented interface or base interface in a type description. |
![]() | GetMops | Retrieves marshaling information. |
![]() | GetNames | Retrieves the variable with the specified member ID (or the name of the property or method and its parameters) that correspond to the specified function ID. |
![]() | GetRefTypeInfo | If a type description references other type descriptions, it retrieves the referenced type descriptions. |
![]() | GetRefTypeOfImplType | If a type description describes a COM class, it retrieves the type description of the implemented interface types. |
![]() | GetTypeAttr | Retrieves a System.Runtime.InteropServices::TYPEATTR structure that contains the attributes of the type description. |
![]() | GetTypeComp | Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description's members. |
![]() | GetVarDesc | Retrieves a VARDESC structure that describes the specified variable. |
![]() | Invoke | Invokes a method, or accesses a property of an object, that implements the interface described by the type description. |
![]() | ReleaseFuncDesc | Releases a System.Runtime.InteropServices::FUNCDESC previously returned by GetFuncDesc. |
![]() | ReleaseTypeAttr | Releases a System.Runtime.InteropServices::TYPEATTR previously returned by GetTypeAttr. |
![]() | ReleaseVarDesc | Releases a VARDESC previously returned by UCOMITypeInfo::GetVarDesc. |
.NET Framework
Supported in: 1.1, 1.0Obsolete (compiler warning) in 4
Obsolete (compiler warning) in 3.5
Obsolete (compiler warning) in 3.5 SP1
Obsolete (compiler warning) in 3.0
Obsolete (compiler warning) in 3.0 SP1
Obsolete (compiler warning) in 3.0 SP2
Obsolete (compiler warning) in 2.0
Obsolete (compiler warning) in 2.0 SP1
Obsolete (compiler warning) in 2.0 SP2
.NET Framework Client Profile
Obsolete (compiler warning) in 4Obsolete (compiler warning) in 3.5 SP1
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:
