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

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000010-0000-0000-C000-000000000046")> _
Public Interface IRunningObjectTable
'Usage
Dim instance As IRunningObjectTable
[InterfaceTypeAttribute()]
[GuidAttribute("00000010-0000-0000-C000-000000000046")]
public interface IRunningObjectTable
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000010-0000-0000-C000-000000000046")]
public interface class IRunningObjectTable
public interface IRunningObjectTable

See Also

Reference

IRunningObjectTable Members

Microsoft.VisualStudio.OLE.Interop Namespace