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

Definición

Para obtener una descripción de este miembro, vea 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

Parámetros

iTInfo
UInt32

Información de tipo que se va a devolver.

lcid
UInt32

Identificador de configuración regional de la información de tipo.

ppTInfo
IntPtr

nativeint

Puntero al objeto de información de tipo solicitado.

Implementaciones

Excepciones

El método se llama enlazado en tiempo de ejecución mediante la interfaz COM IDispatch .

Comentarios

Este método es para el acceso a clases administradas desde código no administrado y no se debe llamar desde código administrado. Para obtener más información, vea IDispatch::GetTypeInfo.

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ModuleBuilder instancia se convierte en una _ModuleBuilder interfaz.

Se aplica a