ModuleBuilder._ModuleBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) 方法

定義

如需這個成員的說明,請參閱 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

參數

iTInfo
UInt32

要傳回的類型資訊。

lcid
UInt32

類型資訊的地區設定識別項。

ppTInfo
IntPtr

nativeint

所要求類型資訊物件的指標。

實作

例外狀況

此方法是使用 COM IDispatch 介面進行晚期繫結呼叫。

備註

此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。 如需詳細資訊,請參閱 IDispatch::GetTypeInfo

這個成員是明確介面成員實作, 只有在 ModuleBuilder 執行個體轉換成 _ModuleBuilder 介面時,才能使用這個成員。

適用於