This documentation is archived and is not being maintained.
RemotingServices::GetObjectData Method
Visual Studio 2010
Serializes the specified marshal by reference object into the provided SerializationInfo.
Assembly: mscorlib (in mscorlib.dll)
public: static void GetObjectData( Object^ obj, SerializationInfo^ info, StreamingContext context )
Parameters
- obj
- Type: System::Object
The object to serialize.
- info
- Type: System.Runtime.Serialization::SerializationInfo
The SerializationInfo into which the object is serialized.
- context
- Type: System.Runtime.Serialization::StreamingContext
The source and destination of the serialization.
| Exception | Condition |
|---|---|
| ArgumentNullException | The obj or info parameter is nullptr. |
| SecurityException | The immediate caller does not have infrastructure permission. |
- SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: