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

指定したモニカーが現在 ROT に登録されているかどうかを確認します。

NoteChangeTime(Int32, FILETIME)
古い.

IMoniker::GetTimeOfLastChange が適切な変更時刻をレポートできるように、特定のオブジェクトが変更された時刻を記録します。

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

指定したオブジェクトが実行状態になったことを登録します。

Revoke(Int32)
古い.

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

適用対象