GetValue()

SerializationInfo::GetValue(const System::String&, const System::TypeInfo&) method

Retrieves a value from the SerializationInfo store. Not implemented.

System::SharedPtr<System::Object> System::Runtime::Serialization::SerializationInfo::GetValue(const System::String &name, const System::TypeInfo &type)

Arguments

ParameterTypeDescription
nameconst System::String&The name associated with the value to retrieve.
typeconst System::TypeInfo&The Type of the value to retrieve.

See Also