DkmDotnetVisualizerExtensionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about a debugger visualizer extension which can be displayed for an evaluation result.
This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6).
[System.Runtime.InteropServices.Guid("75bd3e4e-b16e-102e-5002-93f791f8a8b6")]
public class DkmDotnetVisualizerExtensionInfo
[<System.Runtime.InteropServices.Guid("75bd3e4e-b16e-102e-5002-93f791f8a8b6")>]
type DkmDotnetVisualizerExtensionInfo = class
Public Class DkmDotnetVisualizerExtensionInfo
- Inheritance
-
DkmDotnetVisualizerExtensionInfo
- Attributes
Properties
DebuggeeSideVisualizerTypeAssemblyFullName |
[Optional] The full name of the assembly where the debuggee-side type of the managed visualizer is defined. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
DebuggeeSideVisualizerTypeFullName |
[Optional] The full name of the debuggee-side type of the managed visualizer. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
DisplayName |
The text that will be displayed in the visualizer widget to uniquely identify this visualizer. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
ExtensionPartId |
This is a unique id for visualizers that are installed via the ExtensionPartManager. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
InstallRootDirectory |
The location where the visualizer assemblies are installed. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
Style |
Specifies how the visualizer should be displayed. For example, as a tool window or a modal dialog. This API was introduced in Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8). |
TargetTypeAssemblyFullName |
The full name of the assembly where the target type is defined. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
TargetTypeFullName |
The full name of the type that can be visualized by this visualizer. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |
Methods
Create(Guid, String, String, String, String, String, String, DkmDotnetVisualizerExtensionStyle) |
Create a new DkmDotnetVisualizerExtensionInfo object instance. This API was introduced in Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8). |
Create(Guid, String, String, String, String, String, String) |
Create a new DkmDotnetVisualizerExtensionInfo object instance. This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6). |