Compartir a través de


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

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