ProfilerAutoSaveResults Property
Gets or sets whether results are automatically saved into the directory determined by the
ProfilerDirectory property.
Default value:
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public static bool AutoSaveResults { get; set; }
Public Shared Property AutoSaveResults As Boolean
Get
Set
public:
static property bool AutoSaveResults {
bool get ();
void set (bool value);
}
static member AutoSaveResults : bool with get, set
Property Value
Boolean
If the value of this property is
, the profiler results are dumped automatically when the current
AppDomain is unloaded. This happens typically when the application is closed.