System.Diagnostics.Process.ExitTime Property

Gets the time that the associated process exited.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescription("The exit time of the process.")]
public DateTime ExitTime { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the process has not terminated, attempting to retrieve the Process.ExitTime property throws an exception. Use Process.HasExited before getting the Process.ExitTime property to determine whether the associated process has terminated.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0