TimerResult Class
Records the result of a timer that a test writer may use to execute a part of a test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TimerResult() | Initializes a new instance of the TimerResult class. |
![]() | TimerResult(String^) | Initializes a new instance of the TimerResult class by using the name of the timer result. |
| Name | Description | |
|---|---|---|
![]() | Duration | Gets or sets the time interval for the timer. |
![]() | EndTime | Gets the end time by adding the m_duration to the m_startTime. |
![]() | Name | Gets the name of the current timer result object. |
![]() | StartTime | Gets or sets the start time on the timer. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a clone of the timer result object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads an instance of this class from the provided XML element by using the provided parameters. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves this object in the provided XML element by using the provided parameters. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | m_duration | The time interval that is set for this timer result object. |
![]() | m_name | Name for this timer result object. |
![]() | m_startTime | Start time that is set for this timer result object. |
![]() | m_timeZone |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



