Returns a SerializationInfo completely populated with all of the data needed to serialize the target object.
[Visual Basic] Sub GetObjectData( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ ) [C#] void GetObjectData( SerializationInfo info, StreamingContext context ); [C++] void GetObjectData( SerializationInfo* info, StreamingContext context ) = 0; [JScript] function GetObjectData( info : SerializationInfo, context : StreamingContext );
ISerializable Interface | ISerializable Members | System.Runtime.Serialization Namespace | StreamingContext