PerformanceCounterInstanceLifetime 列挙型

定義

パフォーマンス カウンター インスタンスの有効期間を指定します。

public enum class PerformanceCounterInstanceLifetime
public enum PerformanceCounterInstanceLifetime
type PerformanceCounterInstanceLifetime = 
Public Enum PerformanceCounterInstanceLifetime
継承
PerformanceCounterInstanceLifetime

フィールド

Global 0

プロセス カテゴリを使用しているカウンターが存在しない場合は、パフォーマンス カウンター インスタンスを削除します。

Process 1

プロセスが終了している場合は、パフォーマンス カウンター インスタンスを削除します。

注釈

既定の動作は Global です。これは、プロセス カテゴリを使用しているカウンターがない場合のパフォーマンス カウンター インスタンスの削除を指定します。

注意

プロパティが のPerformanceCounterCategory.CategoryType場合、PerformanceCounterCategoryType.SingleInstancePerformanceCounter.InstanceLifetimeパフォーマンス カウンターの値は であるGlobal必要があります。

適用対象