Information
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

 

Gets or sets the behavior of the deserializer with regards to finding and loading assemblies.

Namespace:   System.Runtime.Serialization.Formatters.Binary
Assembly:  mscorlib (in mscorlib.dll)

public:
property FormatterAssemblyStyle AssemblyFormat {
	FormatterAssemblyStyle get();
	void set(FormatterAssemblyStyle value);
}

Property Value

Type: System.Runtime.Serialization.Formatters::FormatterAssemblyStyle

One of the FormatterAssemblyStyle values that specifies the deserializer behavior.

.NET Framework
Available since 1.1
Return to top
Show: