System::Runtime::Serialization::SerializationInfo::GetValue method

SerializationInfo::GetValue 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)
ParameterTypeDescription
nameconst System::String&The name associated with the value to retrieve.
typeconst System::TypeInfo&The Type of the value to retrieve.

See Also