DebuggerVisualizerAttribute Constructor (Type^)
.NET Framework (current version)
Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type of the visualizer.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- visualizer
-
Type:
System::Type^
The type of the visualizer.
| Exception | Condition |
|---|---|
| ArgumentNullException | visualizer is null. |
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
Available since 2.0
Show: