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];
        }