Amib.Threading.Internal.STPInstancePerformanceCounters.GetCounter C# (CSharp) Méthode

GetCounter() private méthode

private GetCounter ( STPPerformanceCounterType spcType ) : STPInstancePerformanceCounter
spcType STPPerformanceCounterType
Résultat STPInstancePerformanceCounter
        private STPInstancePerformanceCounter GetCounter(STPPerformanceCounterType spcType)
        {
            return _pcs[(int) spcType];
        }