VisualizerObjectSourceClient 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.
Allows requesting the Visual Studio debugger for the value of a target object.
public abstract class VisualizerObjectSourceClient
type VisualizerObjectSourceClient = class
Public MustInherit Class VisualizerObjectSourceClient
- Inheritance
-
VisualizerObjectSourceClient
Constructors
VisualizerObjectSourceClient() |
Methods
ReplaceTargetObjectAsync(JToken, CancellationToken) |
Requests the visualizer object source in the debug target process to replace the object being visualized. |
ReplaceTargetObjectAsync(ReadOnlySequence<Byte>, CancellationToken) |
Requests the visualizer object source in the debug target process to replace the object being visualized. |
ReplaceTargetObjectAsync<TMessage>(TMessage, JsonSerializer, CancellationToken) |
Requests the visualizer object source in the debug target process to replace the object being visualized. |
RequestDataAsync(CancellationToken) |
Sends an empty message to the visualizer object source in the debug target process and returns the corresponding response. |
RequestDataAsync(JToken, CancellationToken) |
Sends a message to the visualizer object source in the debug target process and returns the corresponding response. |
RequestDataAsync(Nullable<ReadOnlySequence<Byte>>, CancellationToken) |
Sends a message to the visualizer object source in the debug target process and returns the corresponding response. |
RequestDataAsync<TMessage,TResponse>(TMessage, JsonSerializer, CancellationToken) |
Sends a message to the visualizer object source in the debug target process and returns the corresponding response. |
RequestDataAsync<TResponse>(JsonSerializer, CancellationToken) |
Sends an empty message to the visualizer object source in the debug target process and returns the corresponding response. |