Spread for ASP.NET 12 Product Documentation
GetObjectData(SerializationInfo,StreamingContext) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Background Class : GetObjectData(SerializationInfo,StreamingContext) Method
System.Runtime.Serialization.SerializationInfo to populate with data
Destination (see System.Runtime.Serialization.StreamingContext) for this serialization
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Syntax
'Declaration
 
Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As Background
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
System.Runtime.Serialization.SerializationInfo to populate with data
context
Destination (see System.Runtime.Serialization.StreamingContext) for this serialization
Exceptions
ExceptionDescription
The caller does not have the required permission.
See Also

Reference

Background Class
Background Members