Main_4.PerfCounter.PerfCounter C# (CSharp) Method

PerfCounter() public method

public PerfCounter ( string forName ) : System
forName string
return System
        public PerfCounter(string forName)
        {
            Name = forName;
        }