Mono Class Library: Overview

System.Diagnostics.PerformanceCounterCategory: Method Members

The methods of System.Diagnostics.PerformanceCounterCategory are listed below. For a list of all members, see the PerformanceCounterCategory Members list.

See Also: Inherited members from System.Object

Public Methods

CounterExists(string) : bool
Documentation for this section has not yet been entered.
static
CounterExists(string, string) : bool
Documentation for this section has not yet been entered.
static
CounterExists(string, string, string) : bool
Documentation for this section has not yet been entered.
static
Create(string, string, CounterCreationDataCollection) : PerformanceCounterCategory
Documentation for this section has not yet been entered.
static
Create(string, string, PerformanceCounterCategoryType, CounterCreationDataCollection) : PerformanceCounterCategory
Documentation for this section has not yet been entered.
static
Create(string, string, string, string) : PerformanceCounterCategory
Documentation for this section has not yet been entered.
static
Create(string, string, PerformanceCounterCategoryType, string, string) : PerformanceCounterCategory
Documentation for this section has not yet been entered.
static
Delete(string)
Documentation for this section has not yet been entered.
static
Exists(string) : bool
Documentation for this section has not yet been entered.
static
Exists(string, string) : bool
Documentation for this section has not yet been entered.
static
GetCategories() : PerformanceCounterCategory[]
Documentation for this section has not yet been entered.
static
GetCategories(string) : PerformanceCounterCategory[]
Documentation for this section has not yet been entered.
GetCounters() : PerformanceCounter[]
Documentation for this section has not yet been entered.
GetCounters(string) : PerformanceCounter[]
Documentation for this section has not yet been entered.
GetInstanceNames() : string[]
Documentation for this section has not yet been entered.
InstanceExists(string) : bool
Documentation for this section has not yet been entered.
static
InstanceExists(string, string) : bool
Documentation for this section has not yet been entered.
static
InstanceExists(string, string, string) : bool
Documentation for this section has not yet been entered.
ReadCategory() : InstanceDataCollectionCollection
Documentation for this section has not yet been entered.