VisualizerObjectSourceType 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.
The Type of the visualizer object source loaded in the debug target process to access the object to be visualized.
public sealed class VisualizerObjectSourceType : IEquatable<Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerObjectSourceType>
type VisualizerObjectSourceType = class
interface IEquatable<VisualizerObjectSourceType>
Public NotInheritable Class VisualizerObjectSourceType
Implements IEquatable(Of VisualizerObjectSourceType)
- Inheritance
-
VisualizerObjectSourceType
- Implements
Constructors
VisualizerObjectSourceType(String) |
Initializes a new instance of the VisualizerObjectSourceType class. |
VisualizerObjectSourceType(Type) |
Initializes a new instance of the VisualizerObjectSourceType class. |
Properties
Type |
Gets the AssemblyQualifiedName of the type of the visualizer object source loaded in the debug target process to access the object to be visualized. |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(VisualizerObjectSourceType) | |
GetHashCode() | |
ToString() |
Operators
Equality(VisualizerObjectSourceType, VisualizerObjectSourceType) | |
Inequality(VisualizerObjectSourceType, VisualizerObjectSourceType) |