DebuggerVisualizerAttribute Constructor (String^, String^)

 

Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type name of the visualizer and the type name of the visualizer object source.

Namespace:   System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

public:
DebuggerVisualizerAttribute(
	String^ visualizerTypeName,
	String^ visualizerObjectSourceTypeName
)

Parameters

visualizerTypeName
Type: System::String^

The fully qualified type name of the visualizer.

visualizerObjectSourceTypeName
Type: System::String^

The fully qualified type name of the visualizer object source.

The DebuggerVisualizerAttribute can be applied to assemblies, classes, and structures. For information on the use of this attribute, see How to: Write a Visualizer.

.NET Framework
Available since 2.0
Return to top
Show: