GCurve.GetObjectData Method

Populates a SerializationInfo instance with the data needed to serialize the target object.
Public Overrides Sub GetObjectData( _ 
ByVal info As SerializationInfo, _ 
ByVal ctxt As StreamingContext
)
This language is not supported or no code example is available.
public override void GetObjectData( 
SerializationInfo info
StreamingContext ctxt 
)
This language is not supported or no code example is available.

Parameters

info
SerializationInfo

ctxt
StreamingContext

.NET Framework

Supported in: 4.7.2

In this article

Definition