ProcessThread.StartTime Właściwość

Definicja

Pobiera czas uruchomienia wątku przez system operacyjny.

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

Wartość właściwości

Reprezentująca DateTime czas, który był w systemie po uruchomieniu wątku przez system operacyjny.

Atrybuty

Wyjątki

Nie można pobrać czasu wątku.

Proces jest na komputerze zdalnym.

Dotyczy