Class PerfCounter
Class containing Perf Counter.
Inheritance
System.Object
PerfCounter
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class PerfCounter : Object, IDisposable
Constructors
PerfCounter(String)
Initializes a new instance of the PerfCounter class.
Declaration
public PerfCounter(string strMessage)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strMessage | The STR message. |
Implements
System.IDisposable