DebuggerVisualizerAttribute Constructor
Initializes a new instance of the DebuggerVisualizerAttribute class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | DebuggerVisualizerAttribute(String^) | Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type name of the visualizer. |
![]() | DebuggerVisualizerAttribute(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. |
![]() | DebuggerVisualizerAttribute(String^, Type^) | Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type name of the visualizer and the type of the visualizer object source. |
![]() | DebuggerVisualizerAttribute(Type^) | Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type of the visualizer. |
![]() | DebuggerVisualizerAttribute(Type^, String^) | Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type of the visualizer and the type name of the visualizer object source. |
![]() | DebuggerVisualizerAttribute(Type^, Type^) | Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type of the visualizer and the type of the visualizer object source. |
