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 接口的后期绑定。

注解

此方法用于从非托管代码访问托管类,不应从托管代码调用。 有关详细信息,请参阅 IDispatch::GetTypeInfo

此成员是显式接口成员的实现。 它只能在 ModuleBuilder 实例被强制转换为 _ModuleBuilder 接口时使用。

适用于