UCOMIRunningObjectTable Interface
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202
Utilize IRunningObjectTable em substituição.
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
Observações
Para mais informações, consulte a documentação existente na IRunningObjectTable subpasta com da biblioteca MSDN.
Métodos
| Name | Description |
|---|---|
| EnumRunning(UCOMIEnumMoniker) |
Obsoleto.
Enumera os objetos atualmente registados como em execução. |
| GetObject(UCOMIMoniker, Object) |
Obsoleto.
Devolve o objeto registado se o nome do objeto fornecido estiver registado como em execução. |
| GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
Obsoleto.
Pesquisa por este nome no ROT e reporta a data registada da alteração, se presente. |
| IsRunning(UCOMIMoniker) |
Obsoleto.
Determina se o nome especificado está atualmente registado na Tabela de Objetos em Execução. |
| NoteChangeTime(Int32, FILETIME) |
Obsoleto.
Regista a hora em que um determinado objeto mudou para |
| Register(Int32, Object, UCOMIMoniker, Int32) |
Obsoleto.
Regista que o objeto fornecido entrou no estado de execução. |
| Revoke(Int32) |
Obsoleto.
Desregista o objeto especificado do ROT. |