UCOMIRunningObjectTable 接口

定义

注意

Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202

注意

现已弃用此 API。

请改用 IRunningObjectTable

public interface class UCOMIRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIRunningObjectTable
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")]
public interface UCOMIRunningObjectTable
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIRunningObjectTable = interface
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIRunningObjectTable = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")>]
type UCOMIRunningObjectTable = interface
Public Interface UCOMIRunningObjectTable
属性

注解

有关详细信息,请参阅 MSDN 库的 IRunningObjectTable com 子文件夹中的 的现有文档。

方法

EnumRunning(UCOMIEnumMoniker)

枚举当前注册为运行对象的对象。

GetObject(UCOMIMoniker, Object)

如果提供的对象名注册为运行对象,则返回该注册对象。

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

在 ROT 中搜索此名字对象并报告所记录的更改时间(如果存在的话)。

IsRunning(UCOMIMoniker)

确定指定名字对象当前是否注册在运行对象表中。

NoteChangeTime(Int32, FILETIME)

记下某个特定对象更改的时间,以使 IMoniker::GetTimeOfLastChange 能够报告适当的更改时间。

Register(Int32, Object, UCOMIMoniker, Int32)

注册提供的对象已进入运行状态。

Revoke(Int32)

从 ROT 中注销指定的对象。

适用于