The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ParameterInfo::GetRealObject Method (StreamingContext)
.NET Framework (current version)
Returns the real object that should be deserialized instead of the object that the serialized stream specifies.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] virtual Object^ GetRealObject( StreamingContext context ) sealed
Parameters
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The serialized stream from which the current object is deserialized.
| Exception | Condition |
|---|---|
| SerializationException | The parameter's position in the parameter list of its associated member is not valid for that member's type. |
This method implements the IObjectReference::GetRealObject method.
SecurityCriticalAttribute
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 4.0
Available since 4.0
Show: