VisualizerObjectSource.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.
Returns true if the debuggee process where the visualizer is hosted supports the Binary Formatter class. If that is not the case, classes that derive from this class should serialize their objects via JSON.
public:
static property bool IsBinaryFormatterSupported { bool get(); };
public static bool IsBinaryFormatterSupported { get; }
static member IsBinaryFormatterSupported : bool
Public Shared ReadOnly Property IsBinaryFormatterSupported As Boolean