3 references to GetCategoryType
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounter.cs (2)
479
PerformanceCounterCategoryType categoryType = PerformanceCounterLib.
GetCategoryType
(currentMachineName, currentCategoryName);
505
PerformanceCounterCategoryType categoryType = PerformanceCounterLib.
GetCategoryType
(currentMachineName, currentCategoryName);
System\Diagnostics\PerformanceCounterCategory.cs (1)
111
return PerformanceCounterLib.
GetCategoryType
(".", _categoryName);