Activator._Activator.GetTypeInfo(UInt32, UInt32, IntPtr) Metodo

Definizione

Recupera le informazioni sul tipo relative a un oggetto che può quindi essere usato per ottenere informazioni sul tipo relative a un'interfaccia.

 virtual void System.Runtime.InteropServices._Activator.GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo) = System::Runtime::InteropServices::_Activator::GetTypeInfo;
void _Activator.GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member System.Runtime.InteropServices._Activator.GetTypeInfo : uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._Activator.GetTypeInfo : uint32 * uint32 * nativeint -> unit
Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr) Implements _Activator.GetTypeInfo

Parametri

iTInfo
UInt32

Informazioni sul tipo da restituire.

lcid
UInt32

Identificatore delle impostazioni locali per le informazioni sul tipo.

ppTInfo
IntPtr

nativeint

Oggetto che riceve un puntatore all'oggetto di informazioni sul tipo richiesto.

Implementazioni

Eccezioni

L'accesso ad associazione tardiva usando l'interfaccia COM IDispatch non è supportato.

Commenti

Questo metodo viene usato per accedere alle classi gestite da codice non gestito e non deve essere chiamato dal codice gestito. Per altre informazioni, vedere IDispatch::GetTypeInfo.

Si applica a