VisualizerTargetData 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.
Metadata describing the target process and the target object of a debug visualizer.
[System.Runtime.Serialization.DataContract]
public sealed class VisualizerTargetData
[<System.Runtime.Serialization.DataContract>]
type VisualizerTargetData = class
Public NotInheritable Class VisualizerTargetData
- Inheritance
-
VisualizerTargetData
- Attributes
Remarks
This data is associated with an instance of IVisualizerTarget.
Constructors
VisualizerTargetData(String, String, Version) |
Initializes a new instance of the VisualizerTargetData class. |
Properties
IsTargetReplaceable |
Gets or sets a value indicating whether the target value can be replaced by the visualizer. |
TargetTypeFullName |
Gets the FullName of the target type of the debugger visualizer. This is always one of the types for which the debugger visualizer declares support: it may not be the actual type of the object to be visualized but one of its base types or implemented interfaces. |
TargetTypeModuleName |
Gets the name of the assembly that defines the TypeTargetTypeFullName. |
TargetTypeModuleVersion |
Gets the version of the assembly that defines the TypeTargetTypeFullName. |