Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
EnumRunning | |
![]() |
GetObject | |
![]() |
GetTimeOfLastChange | |
![]() |
IsRunning | |
![]() |
NoteChangeTime | |
![]() |
Register | |
![]() |
Revoke |
Top