ProcessThread.StartTime 属性

定义

获取操作系统启动该线程的时间。

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

属性值

DateTime,它表示操作系统启动该线程时系统上的时间。

属性

例外

未能检索到线程时间。

进程在远程计算机上。

适用于