UCOMIRunningObjectTable Interface

Definição

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 IMoniker::GetTimeOfLastChange poder reportar um tempo de alteração apropriado.

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.

Aplica-se a