Attribute._Attribute.GetTypeInfo Method (UInt32, UInt32, IntPtr)
Retrieves the type information for an object, which can be used to get the type information for an interface.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- iTInfo
-
Type:
System.UInt32
The type information to return.
- lcid
-
Type:
System.UInt32
The locale identifier for the type information.
- ppTInfo
-
Type:
System.IntPtr
Receives a pointer to the requested type information object.
Exception | Condition |
---|---|
NotImplementedException | Late-bound access using the COM IDispatch interface is not supported. |
This method is for access to managed classes from unmanaged code, and should not be called from managed code. For more information about IDispatch::GetTypeInfo, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1