UCOMIRunningObjectTable Interface

Definição

Cuidado

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

Cuidado

Essa API foi preterida.

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.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")]
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
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")>]
type UCOMIRunningObjectTable = interface
Public Interface UCOMIRunningObjectTable
Atributos

Comentários

Para obter mais informações, consulte a documentação existente do na IRunningObjectTable subpasta com da biblioteca MSDN.

Métodos

EnumRunning(UCOMIEnumMoniker)

Enumera os objetos registrados atualmente como em execução.

GetObject(UCOMIMoniker, Object)

Retorna o objeto registrado se o nome do objeto fornecido for registrado como em execução.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

Pesquisa esse moniker no ROT e relata o tempo registrado de alteração, se houver.

IsRunning(UCOMIMoniker)

Determina se o moniker especificado está registrado atualmente na Tabela de Objetos em Execução.

NoteChangeTime(Int32, FILETIME)

Faz uma anotação da hora em que um determinado objeto foi alterado, para que IMoniker::GetTimeOfLastChange possa relatar uma hora de alteração apropriada.

Register(Int32, Object, UCOMIMoniker, Int32)

Registra que o objeto fornecido entrou no estado de execução.

Revoke(Int32)

Cancela o registro do objeto especificado da ROT.

Aplica-se a