Class Timer.Performance
Inheritance
System.Object
Timer.Performance
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public class Performance
Constructors
Performance()
Declaration
public Performance()
Properties
Duration
Declaration
public double Duration { get; }
Property Value
Type | Description |
---|---|
System.Double |
Started
Declaration
public bool Started { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Start()
Declaration
public void Start()
Stop()
Declaration
public void Stop()