Amib.Threading.Internal.STPInstancePerformanceCounters.GetCounter C# (CSharp) Метод

GetCounter() приватный Метод

private GetCounter ( STPPerformanceCounterType spcType ) : STPInstancePerformanceCounter
spcType STPPerformanceCounterType
Результат STPInstancePerformanceCounter
        private STPInstancePerformanceCounter GetCounter(STPPerformanceCounterType spcType)
        {
            return _pcs[(int) spcType];
        }