Uri.GetObjectData Method
.NET Framework 4.5
Returns the data needed to serialize the current instance.
Namespace: System
Assembly: System (in System.dll)
'Declaration <SecurityPermissionAttribute(SecurityAction.LinkDemand, SerializationFormatter := True)> _ Protected Sub GetObjectData ( _ serializationInfo As SerializationInfo, _ streamingContext As 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.