System.Runtime.InteropServices.ComTypes.ITypeInfo2

Provides the managed definition of the ITypeInfo2 interface.

See Also: ITypeInfo2 Members

Syntax

[System.Runtime.InteropServices.Guid("00020412-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeInfo2 : ITypeInfo

Remarks

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.

Requirements

Namespace: System.Runtime.InteropServices.ComTypes
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0