Click or drag to resize

Arguments(SerializationInfo, StreamingContext) Constructor

Creates a new Arguments from serialization parameters.

Namespace: GSF.Console
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntax
protected Arguments(
	SerializationInfo info,
	StreamingContext context
)
View Source

Parameters

info  SerializationInfo
The SerializationInfo with populated with data.
context  StreamingContext
The source StreamingContext for this deserialization.
See Also