System.Runtime.InteropServices._AssemblyName.GetTypeInfo Method

Retrieves the type information for an object, which can be used to get the type information for an interface.

Syntax

public void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo)

Parameters

iTInfo
The type information to return.
lcid
The locale identifier for the type information.
ppTInfo
A pointer to the requested type information object.

Remarks

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.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0