UCOMIRunningObjectTable Interface
Assembly: mscorlib (in mscorlib.dll)
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", False)> <GuidAttribute("00000010-0000-0000-C000-000000000046")> <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> Public Interface UCOMIRunningObjectTable
| Name | Description | |
|---|---|---|
![]() | EnumRunning(UCOMIEnumMoniker) | Enumerates the objects currently registered as running. |
![]() | GetObject(UCOMIMoniker, Object) | Returns the registered object if the supplied object name is registered as running. |
![]() | GetTimeOfLastChange(UCOMIMoniker, FILETIME) | Searches for this moniker in the ROT and reports the recorded time of change, if present. |
![]() | IsRunning(UCOMIMoniker) | Determines if the specified moniker is currently registered in the Running Object Table. |
![]() | NoteChangeTime(Int32, FILETIME) | Makes a note of the time that a particular object has changed so IMoniker::GetTimeOfLastChange can report an appropriate change time. |
![]() | Register(Int32, Object, UCOMIMoniker, Int32) | Registers that the supplied object has entered the running state. |
![]() | Revoke(Int32) | Unregisters the specified object from the ROT. |
For more information, please see the existing documentation for IRunningObjectTable in the com subfolder of the MSDN library.
Available since 1.1
