SerializationInfo::AssemblyName Property
Gets or sets the assembly name of the type to serialize during serialization only.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The value the property is set to is nullptr. |
The AssemblyName is the same as the value returned by 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.
Caution |
|---|
Do not use this property during deserialization because the value of this property is undefined. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Caution