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 v podsložce com knihovny MSDN.

Metody

EnumRunning(UCOMIEnumMoniker)
Zastaralé.

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

GetObject(UCOMIMoniker, Object)
Zastaralé.

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

GetTimeOfLastChange(UCOMIMoniker, FILETIME)
Zastaralé.

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

IsRunning(UCOMIMoniker)
Zastaralé.

Určuje, jestli je zadaný moniker aktuálně zaregistrovaný ve spuštěné tabulce objektů.

NoteChangeTime(Int32, FILETIME)
Zastaralé.

Poznameneje si čas, kdy se konkrétní objekt změnil, aby IMoniker::GetTimeOfLastChange mohl nahlásit odpovídající čas změny.

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

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

Revoke(Int32)
Zastaralé.

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

Platí pro