ModuleBuilder._ModuleBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) Metoda

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz 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

Parametry

iTInfo
UInt32

Informacje o typie, który będzie zwracany.

lcid
UInt32

Identyfikator regionalny dla informacji o typie.

ppTInfo
IntPtr

nativeint

Wskaźnik do żądanego obiektu informacji o typie.

Implementuje

Wyjątki

Metoda jest nazywana późnym ograniczeniem przy użyciu interfejsu COM IDispatch .

Uwagi

Ta metoda umożliwia dostęp do klas zarządzanych z niezarządzanego kodu i nie powinna być wywoływana z kodu zarządzanego. Aby uzyskać więcej informacji, zobacz IDispatch::GetTypeInfo.

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ModuleBuilder wystąpienie jest rzutowanie do interfejsu _ModuleBuilder .

Dotyczy