UCOMIRunningObjectTable Interfaz

Definición

Precaución

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

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.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
Public Interface UCOMIRunningObjectTable
Atributos

Comentarios

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

Métodos

Nombre Description
EnumRunning(UCOMIEnumMoniker)
Obsoletos.

Enumera los objetos registrados actualmente como en ejecución.

GetObject(UCOMIMoniker, Object)
Obsoletos.

Devuelve el objeto registrado si el nombre del objeto proporcionado se registra como en ejecución.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)
Obsoletos.

Busca este moniker en el ROT e informa del tiempo de cambio registrado, si está presente.

IsRunning(UCOMIMoniker)
Obsoletos.

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

NoteChangeTime(Int32, FILETIME)
Obsoletos.

Toma nota de la hora en que un objeto determinado ha cambiado para IMoniker::GetTimeOfLastChange que pueda notificar una hora de cambio adecuada.

Register(Int32, Object, UCOMIMoniker, Int32)
Obsoletos.

Registra que el objeto proporcionado ha especificado el estado en ejecución.

Revoke(Int32)
Obsoletos.

Anula el registro del objeto especificado de rot.

Se aplica a