IVisualizerObjectProvider.IsBinaryFormatterSupported Property

Definition

Specifies if the debuggee supports the BinaryFormatter since it was deprecated in .NET 5. If it does not, the provider most use JSON to communicate with the visualizer.

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

Property Value

Applies to