DebuggerVisualizerAttribute Constructor

 

Initializes a new instance of the DebuggerVisualizerAttribute class.

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

NameDescription
System_CAPS_pubmethodDebuggerVisualizerAttribute(String^)

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

System_CAPS_pubmethodDebuggerVisualizerAttribute(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.

System_CAPS_pubmethodDebuggerVisualizerAttribute(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.

System_CAPS_pubmethodDebuggerVisualizerAttribute(Type^)

Initializes a new instance of the DebuggerVisualizerAttribute class, specifying the type of the visualizer.

System_CAPS_pubmethodDebuggerVisualizerAttribute(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.

System_CAPS_pubmethodDebuggerVisualizerAttribute(Type^, Type^)

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

Return to top
Show: