UCOMIRunningObjectTable 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202
请改用 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.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
Public Interface UCOMIRunningObjectTable
- 属性
注解
有关详细信息,请参阅 MSDN 库的 com 子文件夹中的现有文档 IRunningObjectTable
。
方法
EnumRunning(UCOMIEnumMoniker) |
已过时.
枚举当前注册为运行对象的对象。 |
GetObject(UCOMIMoniker, Object) |
已过时.
如果提供的对象名注册为运行对象,则返回该注册对象。 |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
已过时.
在 ROT 中搜索此名字对象并报告所记录的更改时间(如果存在的话)。 |
IsRunning(UCOMIMoniker) |
已过时.
确定指定名字对象当前是否注册在运行对象表中。 |
NoteChangeTime(Int32, FILETIME) |
已过时.
记下某个特定对象更改的时间,以使 |
Register(Int32, Object, UCOMIMoniker, Int32) |
已过时.
注册提供的对象已进入运行状态。 |
Revoke(Int32) |
已过时.
从 ROT 中注销指定的对象。 |