Interface UCOMIRunningObjectTable
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Observação: Esta API agora está obsoleta.
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable em seu lugar.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
[GuidAttribute("00000010-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIRunningObjectTable
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
[GuidAttribute("00000010-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIRunningObjectTable
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)>]
[<GuidAttribute("00000010-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIRunningObjectTable = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202",
False)>
<GuidAttribute("00000010-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIRunningObjectTable
Métodos
Nome | Descrição | |
---|---|---|
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. |
Comentários
Para obter mais informações, consulte a documentação existente para IRunningObjectTable na subpasta da biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Namespace System.Runtime.InteropServices
Retornar ao início