Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Uri::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Returns the data needed to serialize the current instance.

Namespace:   System
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
Return to top
Show: