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