UCOMIRunningObjectTable Rozhraní

Definice

Upozornění

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

Místo toho použijte IRunningObjectTable.

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
Atributy

Poznámky

Další informace najdete v existující dokumentaci pro IRunningObjectTable podsložku com knihovny MSDN.

Metody

Name Description
EnumRunning(UCOMIEnumMoniker)
Zastaralé.

Vytvoří výčet objektů, které jsou aktuálně zaregistrované jako spuštěné.

GetObject(UCOMIMoniker, Object)
Zastaralé.

Vrátí registrovaný objekt, pokud je zadaný název objektu registrován jako spuštěný.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)
Zastaralé.

Vyhledá tento moniker v ROT a hlásí zaznamenaný čas změny, pokud je k dispozici.

IsRunning(UCOMIMoniker)
Zastaralé.

Určuje, zda je zadaný moniker aktuálně registrován v tabulce spuštěného objektu.

NoteChangeTime(Int32, FILETIME)
Zastaralé.

Poznamenejte si čas, kdy se konkrétní objekt změnil, aby IMoniker::GetTimeOfLastChange mohl nahlásit vhodný čas změny.

Register(Int32, Object, UCOMIMoniker, Int32)
Zastaralé.

Zaregistruje, že zadaný objekt vstoupil do spuštěného stavu.

Revoke(Int32)
Zastaralé.

Zruší registraci zadaného objektu z objektu ROT.

Platí pro