public static string ProfilerDirectory { get; set; }Public Shared Property ProfilerDirectory As String
Get
Setpublic:
static property String^ ProfilerDirectory {
String^ get ();
void set (String^ value);
}static member ProfilerDirectory : string with get, setResults 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.