Share via


VisualizerObjectSourceClient Class

Definition

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.

Applies to