ExecutionContext::GetObjectData Method (SerializationInfo^, StreamingContext)
Sets the specified SerializationInfo object with the logical context information needed to recreate an instance of the current execution context.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) sealed
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo object to be populated with serialization information.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext structure representing the destination context of the serialization.
| Exception | Condition |
|---|---|
| ArgumentNullException | info is null. |
GetObjectData sets a SerializationInfo with the logical call context information. During deserialization, the execution context object is reconstituted from the SerializationInfo transmitted over the stream.
For more information, see SerializationInfo.
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 2.0