Click or drag to resize

ScriptInterruptedExceptionGetObjectData Method

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

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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