VisualizerTargetData(String, String, Version) Constructor
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.
Initializes a new instance of the VisualizerTargetData class.
public VisualizerTargetData (string targetTypeFullName, string targetTypeModuleName, Version? targetTypeModuleVersion);
new Microsoft.VisualStudio.RpcContracts.DebuggerVisualizers.VisualizerTargetData : string * string * Version -> Microsoft.VisualStudio.RpcContracts.DebuggerVisualizers.VisualizerTargetData
Public Sub New (targetTypeFullName As String, targetTypeModuleName As String, targetTypeModuleVersion As Version)
Parameters
- targetTypeModuleVersion
- Version
The version of the assembly that defines the TypetargetTypeFullName
.