IVisualizerObjectProvider.IsBinaryFormatterSupported Property
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.
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