ProcessInfo::Age Property

 

Gets the length of time the process has been running.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property TimeSpan Age {
	TimeSpan get();
}

Property Value

Type: System::TimeSpan

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

.NET Framework
Available since 1.1
Return to top
Show: