UCOMIRunningObjectTable インターフェイス

定義

注意事項

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)
古い.

特定のオブジェクトが変更された時刻を書き留めて、適切な変更時刻 IMoniker::GetTimeOfLastChange 報告できるようにします。

Register(Int32, Object, UCOMIMoniker, Int32)
古い.

指定されたオブジェクトが実行中の状態に入っていることを登録します。

Revoke(Int32)
古い.

ROT から指定したオブジェクトの登録を解除します。

適用対象