Uri::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Returns the data needed to serialize the current instance.
Assembly: System (in System.dll)
private: [SecurityPermissionAttribute(SecurityAction::LinkDemand, SerializationFormatter = true)] virtual void GetObjectData( SerializationInfo^ serializationInfo, StreamingContext streamingContext ) sealed = ISerializable::GetObjectData
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 1.1
Available since 1.1
Show: