Click or drag to resize

Psz.GetObjectData Method

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

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 METHOD GetObjectData(
	info AS SerializationInfo,
	context AS StreamingContext
) AS VOID
Request Example View Source

Parameters

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

Implements

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