Click or drag to resize

TimeTagBaseGetObjectData Method

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

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
View Source

Parameters

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

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also