Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SaveToFile(string)

Declaration

public abstract void SaveToFile(
    string filePath
)

Summary

Outputs the stopwatch report with timing information to the specified file.

Parameters

stringfilePathFile to save stopwatch output to. If the file already exists, it will be overwritten.