語言

ProcessInfo.Age 屬性

定義

能知道這個流程運行了多久。

public:
 property TimeSpan Age { TimeSpan get(); };
public TimeSpan Age { get; }
member this.Age : TimeSpan
Public ReadOnly Property Age As TimeSpan

屬性值

TimeSpan A表示自程序開始以來已過的時間。

適用於