Mono Class Library: Overview

System.Runtime.Serialization.SerializationInfo: Members

The members of System.Runtime.Serialization.SerializationInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AssemblyNamestring. Documentation for this section has not yet been entered.
FullTypeNamestring. Documentation for this section has not yet been entered.
[read-only]
MemberCountint. Documentation for this section has not yet been entered.

Public Methods

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.