Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SerializationInfo::AddValue Method

 

Adds a value into the SerializationInfo.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodAddValue(String^, Boolean)

Adds a Boolean value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Byte)

Adds an 8-bit unsigned integer value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Char)

Adds a Unicode character value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, DateTime)

Adds a DateTime value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Decimal)

Adds a decimal value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Double)

Adds a double-precision floating-point value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Int16)

Adds a 16-bit signed integer value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Int32)

Adds a 32-bit signed integer value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Int64)

Adds a 64-bit signed integer value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Object^)

Adds the specified object into the SerializationInfo store, where it is associated with a specified name.

System_CAPS_pubmethodAddValue(String^, Object^, Type^)

Adds a value into the SerializationInfo store, where value is associated with name and is serialized as being of Typetype.

System_CAPS_pubmethodAddValue(String^, SByte)

Adds an 8-bit signed integer value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, Single)

Adds a single-precision floating-point value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, UInt16)

Adds a 16-bit unsigned integer value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, UInt32)

Adds a 32-bit unsigned integer value into the SerializationInfo store.

System_CAPS_pubmethodAddValue(String^, UInt64)

Adds a 64-bit unsigned integer value into the SerializationInfo store.

Return to top
Show:
© 2017 Microsoft