Share via


VisualizerTarget.TargetTypeFullName Property

Definition

Gets the FullName of the target type of the debugger visualizer.

This is always one of the types for which the debugger visualizer provider declares support: it may not be the actual type of the target object but one of its base types or implemented interfaces.

public string TargetTypeFullName { get; }
member this.TargetTypeFullName : string
Public ReadOnly Property TargetTypeFullName As String

Property Value

Applies to