ProcessThread.StartTime プロパティ

定義

オペレーティング システムがスレッドを開始した時刻を取得します。

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

プロパティ値

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

属性

例外

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

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

適用対象