PerformanceReport.PerformanceReport Constructors
Initializes a new instance of the PerformanceReport class.
Overload List
Name | Description | |
---|---|---|
Public method | PerformanceReport() | Initializes a new instance of the PerformanceReport class that is empty. |
Public method | PerformanceReport(System.String filename) | Initializes a new instance of the PerformanceReport class from the specified file. |
PerformanceReport()
Initializes a new instance of the PerformanceReport class that is empty.Syntax
public PerformanceReport ()
PerformanceReport(System.String filename)
Initializes a new instance of the PerformanceReport class from the specified file.Syntax
public PerformanceReport (
System.String filename
)
Parameters
filename
Type: System.String
A file that contains a previously saved PerformanceReport.
A file that contains a previously saved PerformanceReport.
Platforms
Windows, Linux, Android