UCOMIRunningObjectTable Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 de IRunningObjectTable
en la subcarpeta com de MSDN Library.
Métodos
EnumRunning(UCOMIEnumMoniker) |
Obsoletos.
Enumera los objetos actualmente registrados como en ejecución. |
GetObject(UCOMIMoniker, Object) |
Obsoletos.
Devuelve el objeto registrado si el nombre de objeto suministrado está registrado como en ejecución. |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
Obsoletos.
Busca este moniker en la tabla ROT y notifica la hora de modificación registrada, si existe. |
IsRunning(UCOMIMoniker) |
Obsoletos.
Determina si el moniker especificado está actualmente registrado en la Tabla de objetos en ejecución. |
NoteChangeTime(Int32, FILETIME) |
Obsoletos.
Anota la hora a la que se ha modificado un objeto determinado para que |
Register(Int32, Object, UCOMIMoniker, Int32) |
Obsoletos.
Registra que el objeto suministrado ha entrado en estado de ejecución. |
Revoke(Int32) |
Obsoletos.
Anula el registro del objeto especificado en la tabla ROT. |