Process::StartTime Property
.NET Framework (current version)
Gets the time that the associated process was started.
Assembly: System (in System.dll)
Property Value
Type: System::DateTimeAn object that indicates when the process started. An exception is thrown if the process is not running.
| Exception | Condition |
|---|---|
| PlatformNotSupportedException | The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. |
| NotSupportedException | You are attempting to access the StartTime property for a process that is running on a remote computer. This property is available only for processes that are running on the local computer. |
| InvalidOperationException | The process has exited. -or- The process has not been started. |
| Win32Exception | An error occurred in the call to the Windows function. |
LinkDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
.NET Framework
Available since 1.1
Available since 1.1
Show: