TimingProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Property that represents the timing of a test node.
public sealed class TimingProperty : IEquatable<Microsoft.Testing.Platform.Extensions.Messages.TimingProperty>, Microsoft.Testing.Platform.Extensions.Messages.IProperty
type TimingProperty = class
interface IProperty
interface IEquatable<TimingProperty>
Public NotInheritable Class TimingProperty
Implements IEquatable(Of TimingProperty), IProperty
- Inheritance
-
TimingProperty
- Implements
Constructors
| Name | Description |
|---|---|
| TimingProperty(TimingInfo, StepTimingInfo[]) |
Initializes a new instance of the TimingProperty class with global and step timings. |
| TimingProperty(TimingInfo) |
Initializes a new instance of the TimingProperty class with only global timing. |
Properties
| Name | Description |
|---|---|
| GlobalTiming |
Gets the global timing information. |
| StepTimings |
Gets the step timing information. |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| Equals(TimingProperty) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Serves as the default hash function. |
| ToString() | Returns a string that represents the current object. |
Operators
| Name | Description |
|---|---|
| Equality(TimingProperty, TimingProperty) | |
| Inequality(TimingProperty, TimingProperty) | |