Class PerfCounter
Class containing Perf Counter.
Inheritance
System.Object
PerfCounter
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class PerfCounter : 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. |
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable