ProcessThread.StartTime 属性

定义

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

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

属性值

一个 DateTime 表示操作系统启动线程时系统上的时间。

属性

例外

无法检索线程时间。

此过程位于远程计算机上。

适用于