You are here: Symbol Reference > System.Runtime.Serialization.Formatters Namespace > FormatterAssemblyStyle Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Enumeration

Indicates the method that will be used during deserialization for locating and loading assemblies.

Syntax
C++
C#
Visual Basic
public: enum FormatterAssemblyStyle { Simple = 0, Full = 1 };
Members
Members 
Description 
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.  
Full 
In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.