FormatterAssemblyStyle Enumeration
.NET Framework (current version)
Indicates the method that will be used during deserialization for locating and loading assemblies.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Full | ||
| Simple | 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 LoadWithPartialName method is used to load the assembly. |
.NET Framework
Available since 1.1
Available since 1.1
Show: