Cloud::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Populates a System.Runtime.Serialization information object with the data needed to serialize the Cloud.
Assembly: System.Net (in System.Net.dll)
protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, SerializationFormatter = true)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context )
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
Holds the serialized data associated with the Cloud object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
Contains the destination for the serialized stream associated with the Cloud object.
.NET Framework
Available since 3.5
Available since 3.5
Show: