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
[InterfaceTypeAttribute()]
[GuidAttribute("00000010-0000-0000-C000-000000000046")]
public interface IRunningObjectTable
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000010-0000-0000-C000-000000000046")]
public interface class IRunningObjectTable
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000010-0000-0000-C000-000000000046")>]
type IRunningObjectTable =  interface end
public interface IRunningObjectTable

The IRunningObjectTable type exposes the following members.

Methods

  Name Description
Public method EnumRunning
Public method GetObject
Public method GetTimeOfLastChange
Public method IsRunning
Public method NoteChangeTime
Public method Register
Public method Revoke

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace