The methods of System.Runtime.Serialization.SerializationInfo are listed below. For a list of all members, see the SerializationInfo Members list.
See Also: Inherited members from System.Object
AddValue(string, bool) Documentation for this section has not yet been entered.AddValue(string, byte) Documentation for this section has not yet been entered.AddValue(string, char) Documentation for this section has not yet been entered.AddValue(string, DateTime) Documentation for this section has not yet been entered.AddValue(string, decimal) Documentation for this section has not yet been entered.AddValue(string, double) Documentation for this section has not yet been entered.AddValue(string, short) Documentation for this section has not yet been entered.AddValue(string, int) Documentation for this section has not yet been entered.AddValue(string, long) Documentation for this section has not yet been entered.AddValue(string, object) Documentation for this section has not yet been entered.AddValue(string, sbyte) Documentation for this section has not yet been entered.AddValue(string, float) Documentation for this section has not yet been entered.AddValue(string, ushort) Documentation for this section has not yet been entered.AddValue(string, uint) Documentation for this section has not yet been entered.AddValue(string, ulong) Documentation for this section has not yet been entered.AddValue(string, object, Type) Documentation for this section has not yet been entered.GetBoolean(string) : bool Documentation for this section has not yet been entered.GetByte(string) : byte Documentation for this section has not yet been entered.GetChar(string) : char Documentation for this section has not yet been entered.GetDateTime(string) : DateTime Documentation for this section has not yet been entered.GetDecimal(string) : decimal Documentation for this section has not yet been entered.GetDouble(string) : double Documentation for this section has not yet been entered.GetEnumerator() : SerializationInfoEnumerator Documentation for this section has not yet been entered.GetInt16(string) : short Documentation for this section has not yet been entered.GetInt32(string) : int Documentation for this section has not yet been entered.GetInt64(string) : long Documentation for this section has not yet been entered.GetSByte(string) : sbyte Documentation for this section has not yet been entered.GetSingle(string) : float Documentation for this section has not yet been entered.GetString(string) : string Documentation for this section has not yet been entered.GetUInt16(string) : ushort Documentation for this section has not yet been entered.GetUInt32(string) : uint Documentation for this section has not yet been entered.GetUInt64(string) : ulong Documentation for this section has not yet been entered.GetValue(string, Type) : object Documentation for this section has not yet been entered.SetType(Type) Documentation for this section has not yet been entered.