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

STPPerformanceCounter() публичный Метод

public STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType )
counterName string
counterHelp string
pcType PerformanceCounterType
        public STPPerformanceCounter(
            string counterName,
            string counterHelp,
            PerformanceCounterType pcType)
        {
            _counterName = counterName;
            _counterHelp = counterHelp;
            _pcType = pcType;
        }

Same methods

STPPerformanceCounter::STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) : System