UCOMIRunningObjectTable Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202
Use IRunningObjectTable em seu 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
Comentários
Para obter mais informações, consulte a documentação existente para IRunningObjectTable
na subpasta com da biblioteca MSDN.
Métodos
EnumRunning(UCOMIEnumMoniker) |
Obsoleto.
Enumera os objetos registrados atualmente como em execução. |
GetObject(UCOMIMoniker, Object) |
Obsoleto.
Retorna o objeto registrado se o nome do objeto fornecido for registrado como em execução. |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
Obsoleto.
Pesquisa esse moniker no ROT e relata o tempo registrado de alteração, se houver. |
IsRunning(UCOMIMoniker) |
Obsoleto.
Determina se o moniker especificado está registrado atualmente na Tabela de Objetos em Execução. |
NoteChangeTime(Int32, FILETIME) |
Obsoleto.
Faz uma anotação da hora em que um determinado objeto foi alterado, para que |
Register(Int32, Object, UCOMIMoniker, Int32) |
Obsoleto.
Registra que o objeto fornecido entrou no estado de execução. |
Revoke(Int32) |
Obsoleto.
Cancela o registro do objeto especificado da ROT. |