System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple Field

In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the erload:System.Reflection.Assembly.LoadWithPartialName method is used to load the assembly.

Syntax

FormatterAssemblyStyle Simple

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Serialization.Formatters
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0