Process.StartTime 属性

定义

获取关联进程启动的时间。

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

属性值

一个 对象,指示进程何时开始。 如果进程未运行,将会引发异常。

属性

例外

你正试图访问在远程计算机上运行的进程的 StartTime 属性。 此属性仅可用于本地计算机上运行的进程。

该进程已退出。

该进程尚未启动。

调用 Windows 函数时出错。

适用于