Share via


DkmCreateDebuggeeSideVisualizerObjectAsyncResult.IsBinaryFormatterSupported Property

Definition

[Optional] The debuggee will check if the process where it is hosted supports the Binary Formatter and return false if it doesn't so that the UI falls back to communicate via JSON.

This API was introduced in Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10).

public bool IsBinaryFormatterSupported { get; }
member this.IsBinaryFormatterSupported : bool
Public ReadOnly Property IsBinaryFormatterSupported As Boolean

Property Value

Applies to