UCOMIRunningObjectTable Interfaz

Definición

Precaución

Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202

Precaución

Esta API ya está en desuso.

Utilice IRunningObjectTable en su lugar.

public interface class UCOMIRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIRunningObjectTable
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")]
public interface UCOMIRunningObjectTable
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIRunningObjectTable = interface
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIRunningObjectTable = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")>]
type UCOMIRunningObjectTable = interface
Public Interface UCOMIRunningObjectTable
Atributos

Comentarios

Para obtener más información, vea la documentación existente de IRunningObjectTable en la subcarpeta com de MSDN Library.

Métodos

EnumRunning(UCOMIEnumMoniker)

Enumera los objetos actualmente registrados como en ejecución.

GetObject(UCOMIMoniker, Object)

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

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

Busca este moniker en la tabla ROT y notifica la hora de modificación registrada, si existe.

IsRunning(UCOMIMoniker)

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

NoteChangeTime(Int32, FILETIME)

Anota la hora a la que se ha modificado un objeto determinado para que IMoniker::GetTimeOfLastChange pueda notificar la hora de modificación adecuada.

Register(Int32, Object, UCOMIMoniker, Int32)

Registra que el objeto suministrado ha entrado en estado de ejecución.

Revoke(Int32)

Anula el registro del objeto especificado en la tabla ROT.

Se aplica a