System.Runtime.InteropServices.ComTypes.IRunningObjectTable

Provides the managed definition of the IRunningObjectTable interface.

See Also: IRunningObjectTable Members

Syntax

[System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRunningObjectTable

Remarks

You can retrieve an interface to the running object table by calling the COM tp://go.microsoft.com/fwlink/?LinkId=163472 function.

For more information, see the documentation for the COM tp://go.microsoft.com/fwlink/?LinkId=163473 interface in the MSDN library.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Requirements

Namespace: System.Runtime.InteropServices.ComTypes
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0