ProfilerAutoSaveResults Property

Gets or sets whether results are automatically saved into the directory determined by the ProfilerDirectory property.
Default value:

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static bool AutoSaveResults { get; set; }

Property Value

Boolean

Remarks

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.

See Also