SerializationInfo Methods
.NET Framework 3.5
The SerializationInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddValue | Overloaded. Adds a value into the SerializationInfo. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetBoolean | Retrieves a Boolean value from the SerializationInfo store. |
|
GetByte | Retrieves an 8-bit unsigned integer value from the SerializationInfo store. |
|
GetChar | Retrieves a Unicode character value from the SerializationInfo store. |
|
GetDateTime | Retrieves a DateTime value from the SerializationInfo store. |
|
GetDecimal | Retrieves a decimal value from the SerializationInfo store. |
|
GetDouble | Retrieves a double-precision floating-point value from the SerializationInfo store. |
|
GetEnumerator | Returns a SerializationInfoEnumerator used to iterate through the name-value pairs in the SerializationInfo store. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetInt16 | Retrieves a 16-bit signed integer value from the SerializationInfo store. |
|
GetInt32 | Retrieves a 32-bit signed integer value from the SerializationInfo store. |
|
GetInt64 | Retrieves a 64-bit signed integer value from the SerializationInfo store. |
|
GetSByte | Retrieves an 8-bit signed integer value from the SerializationInfo store. |
|
GetSingle | Retrieves a single-precision floating-point value from the SerializationInfo store. |
|
GetString | Retrieves a String value from the SerializationInfo store. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetUInt16 | Retrieves a 16-bit unsigned integer value from the SerializationInfo store. |
|
GetUInt32 | Retrieves a 32-bit unsigned integer value from the SerializationInfo store. |
|
GetUInt64 | Retrieves a 64-bit unsigned integer value from the SerializationInfo store. |
|
GetValue | Retrieves a value from the SerializationInfo store. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetType | Sets the Type of the object to serialize. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |