SerializationInfo Properties
.NET Framework (current version)
Namespace:
System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
| 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 | Gets whether the assembly name has been explicitly set. |
![]() | IsFullTypeNameSetExplicit | Gets whether 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:
