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