Share via


VisualizerTargetData Class

Definition

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.

Applies to