Bagikan melalui


PerformanceCounter.InstanceLifetime Properti

Definisi

Mendapatkan atau mengatur masa pakai proses.

public:
 property System::Diagnostics::PerformanceCounterInstanceLifetime InstanceLifetime { System::Diagnostics::PerformanceCounterInstanceLifetime get(); void set(System::Diagnostics::PerformanceCounterInstanceLifetime value); };
public System.Diagnostics.PerformanceCounterInstanceLifetime InstanceLifetime { get; set; }
member this.InstanceLifetime : System.Diagnostics.PerformanceCounterInstanceLifetime with get, set
Public Property InstanceLifetime As PerformanceCounterInstanceLifetime

Nilai Properti

Salah PerformanceCounterInstanceLifetime satu nilai. Default adalah Global.

Pengecualian

Kumpulan nilai bukan anggota PerformanceCounterInstanceLifetime enumerasi.

Keterangan

Jika kategori penghitung kinerja dibuat dengan .NET Framework versi 1.0 atau 1.1, kategori tersebut menggunakan memori bersama global, dan nilainya InstanceLifetime harus Global. Jika kategori tidak digunakan oleh aplikasi yang berjalan pada versi 1.0 atau 1.1 dari .NET Framework, hapus dan buat ulang kategori.

Catatan

Jika nilai CounterType properti adalah SingleInstance, nilai untuk penghitung InstanceLifetime kinerja harus Global.

Berlaku untuk