ModuleBuilder._ModuleBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) Méthode

Définition

Pour obtenir une description de ce membre, consultez GetTypeInfo(UInt32, UInt32, IntPtr).

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

Paramètres

iTInfo
UInt32

Informations de type à retourner.

lcid
UInt32

Identificateur des paramètres régionaux pour les informations de type.

ppTInfo
IntPtr

nativeint

Pointeur vers l'objet d'informations de type demandé.

Implémente

Exceptions

La méthode est appelée à liaison tardive à l’aide de l’interface IDispatch COM.

Remarques

Cette méthode permet d’accéder aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé. Pour plus d’informations, consultez IDispatch ::GetTypeInfo.

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ModuleBuilder est castée en interface _ModuleBuilder.

S’applique à