pmMDA.NET

DataObjectUpdate.GetObjectData Method 

[This is preliminary documentation and subject to change.]

Populates the info with the serialized data.

public void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The serialization info to populate with data.
context
The context of the serialization.

Implements

ISerializable.GetObjectData

Remarks

This method is used for .NET remoting. No need to call this method outside or within the pmMDA framework.

See Also

DataObjectUpdate Class | PmMda.Net.Dog.Updates Namespace