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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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