DkmGlobalSettings.GetDotnetCustomVisualizerPaths Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the paths for custom visualizers that were installed via the visual studio extensibility mechanism.
public static System.Collections.ObjectModel.ReadOnlyCollection<string>? GetDotnetCustomVisualizerPaths ();
static member GetDotnetCustomVisualizerPaths : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Shared Function GetDotnetCustomVisualizerPaths () As ReadOnlyCollection(Of String)
Returns
Remarks
The list will be null in remote debugging scenarios. It will be non-null in pseudo-remote, and local debugging scenarios.