WeakReference::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Populates a SerializationInfo object with all the data needed to serialize the current WeakReference object.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context )
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
An object that holds all the data needed to serialize or deserialize the current WeakReference object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
(Reserved) The location where serialized data is stored and retrieved.
| Exception | Condition |
|---|---|
| ArgumentNullException | info is null. |
This method stores all the information in info necessary to serialize the current WeakReference object.
The context parameter is reserved and is not currently used in the execution of this method.
SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 1.1
Available since 1.1
Show: