Compartir a través de


Interfaz UCOMIRunningObjectTable

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Utilice System.Runtime.InteropServices.ComTypes.IRunningObjectTable en su lugar.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00000010-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIRunningObjectTable
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("00000010-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIRunningObjectTable
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("00000010-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIRunningObjectTable = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("00000010-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIRunningObjectTable

Métodos

Nombre Descripción
System_CAPS_pubmethod EnumRunning(UCOMIEnumMoniker)

Enumera los objetos actualmente registrados como en ejecución.

System_CAPS_pubmethod GetObject(UCOMIMoniker, Object)

Devuelve el objeto registrado si el nombre de objeto proporcionado está registrado como en ejecución.

System_CAPS_pubmethod GetTimeOfLastChange(UCOMIMoniker, FILETIME)

Busca este moniker en la tabla ROT y notifica la hora registrada de cambio, si está presente.

System_CAPS_pubmethod IsRunning(UCOMIMoniker)

Determina si el moniker especificado está actualmente registrado en la tabla de objetos de ejecución.

System_CAPS_pubmethod NoteChangeTime(Int32, FILETIME)

Toma nota del tiempo que un objeto determinado ha cambiado lo IMoniker::GetTimeOfLastChange puede notificar la hora de modificación adecuada.

System_CAPS_pubmethod Register(Int32, Object, UCOMIMoniker, Int32)

Registra que el objeto proporcionado entró en estado de ejecución.

System_CAPS_pubmethod Revoke(Int32)

Anula el registro el objeto especificado de la tabla ROT.

Comentarios

Para obtener más información, consulte la documentación existente sobre IRunningObjectTable en la subcarpeta com de MSDN library.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Espacio de nombres System.Runtime.InteropServices

Volver al principio