Click or drag to resize

ArgumentsGetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.

Namespace: GSF.Console
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
View Source

Parameters

info  SerializationInfo
The SerializationInfo to populate with data.
context  StreamingContext
The destination (see StreamingContext) for this serialization.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
Exceptions
ExceptionCondition
SecurityExceptionThe caller does not have the required permission.
See Also