Mesh.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

A SerializationInfo instance that defines the serialized data.

ctxt
StreamingContext

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition