Click or drag to resize

CommonObjectGetObjectData Method

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The System.Runtime.Serialization.SerializationInfo to populate with data.
context
Type: System.Runtime.SerializationStreamingContext
The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also