Share via


ProcessInfo.Age プロパティ

定義

プロセスの実行時間の長さを取得します。

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

プロパティ値

プロセスが開始されてから経過した時間を示す TimeSpan

適用対象