Bagikan melalui


Process.StartTime Properti

Definisi

Mendapatkan waktu proses terkait dimulai.

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

Nilai Properti

Objek yang menunjukkan kapan proses dimulai. Pengecualian dilemparkan jika proses tidak berjalan.

Atribut

Pengecualian

Anda mencoba mengakses StartTime properti untuk proses yang berjalan pada komputer jarak jauh. Properti ini hanya tersedia untuk proses yang berjalan pada komputer lokal.

Proses telah keluar.

-atau-

Proses belum dimulai.

Terjadi kesalahan dalam panggilan ke fungsi Windows.

Berlaku untuk