PerformanceCounters Properties | MSBuild Extension Pack Help 4.0.12.0 |
The PerformanceCounters type exposes the following members.
Properties
Name | Description | |
---|---|---|
CategoryHelp |
Sets the description of the custom category.
|
|
CategoryName |
Sets the CategoryName
|
|
CounterList |
Sets the TaskItem[] that specifies the counters to create as part of the new category.
|
|
CounterName |
Sets the name of the counter.
|
|
Exists |
Gets whether the item exists
|
|
KeepExistingCounters |
Sets a value whether existing performance counters of the given category should be preserved when adding new ones.
|
|
MultiInstance |
Sets a value indicating whether to create a multiple instance performance counter. Default is false
|
|
Value |
Gets the value of the counter
|
See Also