Share via


DkmGlobalSettings.GetDotnetCustomVisualizerPaths Method

Definition

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.

Applies to