3 references to GetCategoryType
System (3)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
499
PerformanceCounterCategoryType categoryType = PerformanceCounterLib.
GetCategoryType
(currentMachineName, currentCategoryName);
525
PerformanceCounterCategoryType categoryType = PerformanceCounterLib.
GetCategoryType
(currentMachineName, currentCategoryName);
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
124
return PerformanceCounterLib.
GetCategoryType
(".", categoryName);