ProcessThread.StartTime 속성

정의

운영 체제가 스레드를 시작한 시간을 가져옵니다.

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

속성 값

운영 체제가 스레드를 시작했을 때의 시스템 시간을 나타내는 DateTime입니다.

특성

예외

스레드 시간을 검색할 수 없는 경우

프로세스가 원격 컴퓨터에 있는 경우

적용 대상