This documentation is archived and is not being maintained.
SerializationInfo Properties
Visual Studio 2010
The SerializationInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssemblyName | Gets or sets the assembly name of the type to serialize during serialization only. |
|
FullTypeName | Gets or sets the full name of the Type to serialize. |
|
IsAssemblyNameSetExplicit | Returns true if the assembly name has been explicitly set. |
|
IsFullTypeNameSetExplicit | Returns true if the full type name has been explicitly set. |
|
MemberCount | Gets the number of members that have been added to the SerializationInfo store. |
|
ObjectType | Returns the type of the object to be serialized. |
Show: