Mono Class Library: Overview

System.Diagnostics.PerformanceCounterCategory: Members

The members of System.Diagnostics.PerformanceCounterCategory are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
CategoryHelpstring. Documentation for this section has not yet been entered.
CategoryNamestring. Documentation for this section has not yet been entered.
[read-only]
CategoryTypePerformanceCounterCategoryType. Documentation for this section has not yet been entered.
MachineNamestring. Documentation for this section has not yet been entered.

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.