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

DateTime

Reprezentująca DateTime czas, który znajdował się w systemie, gdy system operacyjny uruchomił wątek.

Atrybuty

Wyjątki

Nie można pobrać czasu wątku.

Proces jest na komputerze zdalnym.

Dotyczy