ProcessInfo.Age Property
.NET Framework 3.0
Gets the length of time the process has been running.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property Age As TimeSpan 'Usage Dim instance As ProcessInfo Dim value As TimeSpan value = instance.Age
/** @property */ public TimeSpan get_Age ()
public function get Age () : TimeSpan
Not applicable.
Property Value
A TimeSpan that indicates the time elapsed since the process started.Community Additions
ADD
Show: