 |
ProcessThreadTimesExitTime Property |
Exit time of the process formatted into a DateTime object.
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic DateTime ExitTime { get; }Public ReadOnly Property ExitTime As DateTime
Get
public:
property DateTime ExitTime {
DateTime get ();
}member ExitTime : DateTime with get
Property Value
DateTime
The exit time.
See Also