DebuggerVisualizerProviderConfiguration Class
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.
Configuration of a DebuggerVisualizerProvider class.
public sealed class DebuggerVisualizerProviderConfiguration : IEquatable<Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.DebuggerVisualizerProviderConfiguration>
type DebuggerVisualizerProviderConfiguration = class
interface IEquatable<DebuggerVisualizerProviderConfiguration>
Public NotInheritable Class DebuggerVisualizerProviderConfiguration
Implements IEquatable(Of DebuggerVisualizerProviderConfiguration)
- Inheritance
-
DebuggerVisualizerProviderConfiguration
- Implements
Constructors
DebuggerVisualizerProviderConfiguration(String, String) |
Initializes a new instance of the DebuggerVisualizerProviderConfiguration class. |
DebuggerVisualizerProviderConfiguration(String, Type) |
Initializes a new instance of the DebuggerVisualizerProviderConfiguration class. |
DebuggerVisualizerProviderConfiguration(VisualizerTargetType[]) |
Initializes a new instance of the DebuggerVisualizerProviderConfiguration class. |
Properties
Style |
Gets whether the debugger visualizer is shown as a modal dialog or a tool window. Modal dialog is the default. |
Targets |
Gets types that a debugger visualizer will target and the corresponding display names for the visualizer. |
VisualizerObjectSourceType |
Gets the type of the visualizer object source loaded in the debug target process to access the object to be
visualized. When |
Methods
Equals(DebuggerVisualizerProviderConfiguration) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |