ProcessThread.StartTime Proprietà

Definizione

Ottiene l'ora in cui il sistema operativo ha iniziato il thread.

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

Valore della proprietà

Un oggetto DateTime che rappresenta l'ora di sistema al momento dell'avvio del thread da parte del sistema operativo.

Attributi

Eccezioni

Non è possibile recuperare l'intervallo di tempo del thread.

Il processo è eseguito su un computer remoto.

Si applica a