PeerNearMe.ISerializable.GetObjectData Method
.NET Framework 3.5
Populates the current PeerNearMe instance with the data obtained from the serialized source.
Assembly: System.Net (in System.Net.dll)
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter, SerializationFormatter = true)] void ISerializable.GetObjectData( SerializationInfo info, StreamingContext context )
Parameters
- info
- Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo to populate with data.
- context
- Type: System.Runtime.Serialization.StreamingContext
The destination for the serialization.
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext)Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.