Missing.ISerializable.GetObjectData(SerializationInfo, StreamingContext) Method
Definition
Sets a SerializationInfo object with the logical context information needed to recreate the sole instance of the Missing object.
virtual void System.Runtime.Serialization.ISerializable.GetObjectData(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context) = System::Runtime::Serialization::ISerializable::GetObjectData;
[System.Security.SecurityCritical]
void ISerializable.GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Sub GetObjectData (info As SerializationInfo, context As StreamingContext) Implements ISerializable.GetObjectData
Parameters
- info
- SerializationInfo
The SerializationInfo object to be populated with serialization information.
- context
- StreamingContext
The StreamingContext object representing the destination context of the serialization.
Implements
- Attributes
Exceptions
info
is null
.
Security
SecurityCriticalAttribute
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.