IRunningObjectTable Interface
Manages access to the Running Object Table (ROT), a global look-up table. You can get an instance of the interface from the GetRunningObjectTable method. For more information, see IRunningObjectTable.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("00000010-0000-0000-C000-000000000046")> _
Public Interface IRunningObjectTable
[InterfaceTypeAttribute()]
[GuidAttribute("00000010-0000-0000-C000-000000000046")]
public interface IRunningObjectTable
The IRunningObjectTable type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnumRunning | ||
GetObject | ||
GetTimeOfLastChange | ||
IsRunning | ||
NoteChangeTime | ||
Register | ||
Revoke |
Top