VisualizerObjectSourceType Constructors
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.
Overloads
VisualizerObjectSourceType(String) |
Initializes a new instance of the VisualizerObjectSourceType class. |
VisualizerObjectSourceType(Type) |
Initializes a new instance of the VisualizerObjectSourceType class. |
VisualizerObjectSourceType(String)
Initializes a new instance of the VisualizerObjectSourceType class.
public VisualizerObjectSourceType (string type);
new Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerObjectSourceType : string -> Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerObjectSourceType
Public Sub New (type As String)
Parameters
- type
- String
The Type of the visualizer object source loaded in the debug target process to access the object to be visualized.
Applies to
VisualizerObjectSourceType(Type)
Initializes a new instance of the VisualizerObjectSourceType class.
public VisualizerObjectSourceType (Type type);
new Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerObjectSourceType : Type -> Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerObjectSourceType
Public Sub New (type As Type)
Parameters
- type
- Type
The AssemblyQualifiedName of the type of the visualizer object source loaded in the debug target process to access the object to be visualized.