mscorlib(4.0.0.0) API with additions
PerformanceCounterInstanceLifetime.cs
1
namespace
System.Diagnostics
2
{
4
public
enum
PerformanceCounterInstanceLifetime
5
{
7
Global,
9
Process
10
}
11
}
System.Diagnostics
Definition:
AlphabeticalEnumConverter.cs:4
System.Diagnostics.Process
Provides access to local and remote processes and enables you to start and stop local system processe...
Definition:
Process.cs:25
System.Diagnostics.PerformanceCounterInstanceLifetime
PerformanceCounterInstanceLifetime
Specifies the lifetime of a performance counter instance.
Definition:
PerformanceCounterInstanceLifetime.cs:4
All cs
System.Diagnostics
PerformanceCounterInstanceLifetime.cs
Generated by
1.8.15