The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BinaryFormatter::AssemblyFormat Property
.NET Framework (current version)
Gets or sets the behavior of the deserializer with regards to finding and loading assemblies.
Assembly: mscorlib (in mscorlib.dll)
public: property FormatterAssemblyStyle AssemblyFormat { FormatterAssemblyStyle get(); void set(FormatterAssemblyStyle value); }
Property Value
Type: System.Runtime.Serialization.Formatters::FormatterAssemblyStyleOne of the FormatterAssemblyStyle values that specifies the deserializer behavior.
.NET Framework
Available since 1.1
Available since 1.1
Show: