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 ライブラリの 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 から指定したオブジェクトの登録を解除します。

適用対象