ProfilerProfilerDirectory Property

Gets or sets the output folder of the profiler. When or empty value is assigned, sets the Profiler subdirectory of the executing assembly.

Definition

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

Property Value

String

Remarks

Results are dumped only if AutoSaveResults property is .

By default, the value of this property is the Profiler subdirectory of the executing assembly. When or empty value is assigned, this default value is reset.

When the directory does not exist, it will be created automatically. The profiler results are dumped when the current AppDomain is unloaded. This happens typically when the application is closed.

See Also