TimerResult Constructors

Definition

Overloads

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.

TimerResult()

Initializes a new instance of the TimerResult class.

protected:
 TimerResult();
protected TimerResult ();
Protected Sub New ()

Applies to

TimerResult(String)

Initializes a new instance of the TimerResult class by using the name of the timer result.

public:
 TimerResult(System::String ^ name);
public TimerResult (string name);
new Microsoft.VisualStudio.TestTools.Common.TimerResult : string -> Microsoft.VisualStudio.TestTools.Common.TimerResult
Public Sub New (name As String)

Parameters

name
String

Name of the timer result object.

Applies to