This documentation is archived and is not being maintained.

ProcessInfo.Age Property

Gets the length of time the process has been running.

[Visual Basic]
Public ReadOnly Property Age As TimeSpan
[C#]
public TimeSpan Age {get;}
[C++]
public: __property TimeSpan get_Age();
[JScript]
public function get Age() : TimeSpan;

Property Value

A TimeSpan that indicates the time elapsed since the process started.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

ProcessInfo Class | ProcessInfo Members | System.Web Namespace

Show: