VisualizerObjectSource.IsBinaryFormatterSupported Property

Definition

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

Property Value

Applies to