ProcessThread.StartTime Eigenschaft

Definition

Ruft die Zeit ab, zu der das Betriebssystem den Thread gestartet hat.

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

Eigenschaftswert

A DateTime representing the time that was on the system when the operating system started the thread.

Attribute

Ausnahmen

Die Threadzeit konnte nicht abgerufen werden.

Der Prozess befindet sich auf einem Remotecomputer.

Gilt für: