Documentation for this section has not yet been entered.
The SerializationInfo.AssemblyName is the same as the value returned by System.Reflection.Assembly.FullName property of the assembly of the containing type. This is the assembly name that the formatter uses when serializing type information for this object.
The assembly name contains the name of the assembly, version, culture, and some security information about the object.
Users who are changing the type being serialized (for example, to send a proxy for a particular type) will set the value of this property.
Do not use this property during deserialization because the value of this property is undefined.