JournalEntry::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Called when this object is serialized.

Namespace:   System.Windows.Navigation
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[SecurityCriticalAttribute]
[SecurityPermissionAttribute(SecurityAction::LinkDemand, SerializationFormatter = true)]
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The data that is required to serialize the target object.

context
Type: System.Runtime.Serialization::StreamingContext

The streaming context.

.NET Framework
Available since 3.0
Return to top
Show: