Process.StartTime 속성

정의

연결된 프로세스가 시작된 시간을 가져옵니다.

public:
 property DateTime StartTime { DateTime get(); };
public DateTime StartTime { get; }
[System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public DateTime StartTime { get; }
member this.StartTime : DateTime
[<System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
member this.StartTime : DateTime
Public ReadOnly Property StartTime As DateTime

속성 값

프로세스가 시작된 시기를 나타내는 개체입니다. 프로세스가 실행되고 있지 않으면 예외가 throw됩니다.

특성

예외

원격 컴퓨터에서 실행 중인 프로세스의 StartTime 속성에 액세스하려고 합니다. 이 속성은 로컬 컴퓨터에서 실행되는 프로세스에만 사용할 수 있습니다.

프로세스가 종료되었습니다.

또는

프로세스가 시작되지 않았습니다.

Windows 함수 호출 시 오류가 발생 했습니다.

적용 대상