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,表示當作業系統啟動執行緒時的系統時間。

屬性

例外狀況

無法擷取執行緒時間。

處理序位於遠端電腦上。

適用於