Spread Windows Forms 12.0 Product Documentation
GetObjectData Method (GcCharMaskCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcCharMaskCellType Class : GetObjectData Method
The System.Runtime.Serialization.SerializationInfo object to populate with data.
The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.
Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object.
Syntax
'Declaration
 
Public Overrides Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As GcCharMaskCellType
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public override void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

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

Reference

GcCharMaskCellType Class
GcCharMaskCellType Members