UCOMIRunningObjectTable Rozhraní
Definice
Varování
Toto rozhraní API je teď zastaralé.
Místo nich se používá IRunningObjectTable.Use IRunningObjectTable instead.
public interface class UCOMIRunningObjectTable
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIRunningObjectTable
type UCOMIRunningObjectTable = interface
Public Interface UCOMIRunningObjectTable
- Atributy
Poznámky
Další informace najdete v existující dokumentaci k IRunningObjectTable
v podsložce com knihovny MSDN.For more information, please see the existing documentation for IRunningObjectTable
in the com subfolder of the MSDN library.
Metody
EnumRunning(UCOMIEnumMoniker) |
Vytvoří výčet objektů aktuálně registrovaných jako spuštěných.Enumerates the objects currently registered as running. |
GetObject(UCOMIMoniker, Object) |
Vrátí registrovaný objekt, pokud je zadaný název objektu registrován jako spuštěný.Returns the registered object if the supplied object name is registered as running. |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
Vyhledá tento moniker v HNILOBě a ohlásí zaznamenanou dobu změny, pokud je k dispozici.Searches for this moniker in the ROT and reports the recorded time of change, if present. |
IsRunning(UCOMIMoniker) |
Určuje, zda je zadaný moniker aktuálně registrován v tabulce spuštěných objektů.Determines if the specified moniker is currently registered in the Running Object Table. |
NoteChangeTime(Int32, FILETIME) |
Poznamenejte si čas, kdy došlo ke změně konkrétního objektu, aby |
Register(Int32, Object, UCOMIMoniker, Int32) |
Zaregistruje, že zadaný objekt přešel do stavu spuštěno.Registers that the supplied object has entered the running state. |
Revoke(Int32) |
Zruší registraci zadaného objektu z HNILOBy.Unregisters the specified object from the ROT. |