JournalEntry Constructor (SerializationInfo^, StreamingContext)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the JournalEntry class.

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

protected:
JournalEntry(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

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

The serialization information.

context
Type: System.Runtime.Serialization::StreamingContext

The streaming context.

.NET Framework
Available since 3.0
Return to top
Show: