Uri::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Returns the data needed to serialize the current instance.
Assembly: System (in System.dll)
protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, SerializationFormatter = true)] void GetObjectData( SerializationInfo^ serializationInfo, StreamingContext streamingContext )
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
A SerializationInfo object containing the information required to serialize the Uri.
- streamingContext
-
Type:
System.Runtime.Serialization::StreamingContext
A StreamingContext object containing the source and destination of the serialized stream associated with the Uri.
SecurityPermission
to use serialization methods. Associated enumeration: SerializationFormatter.
.NET Framework
Available since 2.0
Available since 2.0
Show: