ProcessThread.StartTime プロパティ

定義

オペレーティング システムによってスレッドを起動した時刻を取得します。

public:
 property DateTime StartTime { DateTime get(); };
public DateTime StartTime { get; }
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
[System.Runtime.Versioning.SupportedOSPlatform("linux")]
public DateTime StartTime { get; }
member this.StartTime : DateTime
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
[<System.Runtime.Versioning.SupportedOSPlatform("linux")>]
member this.StartTime : DateTime
Public ReadOnly Property StartTime As DateTime

プロパティ値

オペレーティング システムがスレッドを起動したときのシステム上の時刻を表す DateTime

属性

例外

スレッド時間を取得できませんでした。

プロセスは、リモート コンピューター上にあります。

適用対象