ProcessThread.StartTime Vlastnost

Definice

Získá čas, kdy operační systém spustil vlákno.

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

Hodnota vlastnosti

Představující DateTime čas, který byl v systému, když operační systém spustil vlákno.

Atributy

Výjimky

Čas vlákna nelze načíst.

Proces je ve vzdáleném počítači.

Platí pro