mscorlib(4.0.0.0) API with additions
FormatterAssemblyStyle.cs
2 
4 {
6  [Serializable]
7  [ComVisible(true)]
9  {
11  Simple,
13  Full
14  }
15 }
In simple mode, the assembly used during deserialization need not match exactly the assembly used dur...
Definition: __Canon.cs:3
FormatterAssemblyStyle
Indicates the method that will be used during deserialization for locating and loading assemblies.
In full mode, the assembly used during deserialization must match exactly the assembly used during se...