ProcessThread.StartTime Eigenschap

Definitie

Hiermee wordt de tijd opgehaald waarop het besturingssysteem de thread heeft gestart.

public:
 property DateTime StartTime { DateTime get(); };
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
[System.Runtime.Versioning.SupportedOSPlatform("linux")]
public DateTime StartTime { get; }
public DateTime StartTime { get; }
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
[<System.Runtime.Versioning.SupportedOSPlatform("linux")>]
member this.StartTime : DateTime
member this.StartTime : DateTime
Public ReadOnly Property StartTime As DateTime

Waarde van eigenschap

Een DateTime weergave van de tijd die zich op het systeem bevond toen het besturingssysteem de thread begon.

Kenmerken

Uitzonderingen

De threadtijd kan niet worden opgehaald.

Het proces bevindt zich op een externe computer.

Van toepassing op