Método UCOMIBindCtx.GetRunningObjectTable (UCOMIRunningObjectTable)
Publicado: octubre de 2016
Devuelve el acceso a la tabla de objetos en ejecución (ROT) correspondiente a este proceso de enlace.
Espacio de nombres: System.Runtime.InteropServices
Ensamblado: mscorlib (en mscorlib.dll)
Sintaxis
void GetRunningObjectTable(
out UCOMIRunningObjectTable pprot
)
void GetRunningObjectTable(
[OutAttribute] UCOMIRunningObjectTable^% pprot
)
abstract GetRunningObjectTable :
pprot:UCOMIRunningObjectTable byref -> unit
Sub GetRunningObjectTable (
<OutAttribute> ByRef pprot As UCOMIRunningObjectTable
)
Parámetros
pprot
Type: System.Runtime.InteropServices.UCOMIRunningObjectTableUna referencia a la tabla ROT, si la devolución es correcta.
Comentarios
Para obtener más información, consulte la documentación existente sobre IBindCtx::GetRunningObjectTable en MSDN library.
Información de versión
.NET Framework
Disponible desde 1.1
Ver también
Interfaz UCOMIBindCtx
Espacio de nombres System.Runtime.InteropServices
Volver al principio