pmMDA.NET

DataObjectImpl Constructor (SerializationInfo, StreamingContext)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DataObjectImpl class.

protected DataObjectImpl(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
Contains the serialized data.
context
The serialization context.

Remarks

This constructor is called form .NET remoting to deserialize a DataObjectImpl.

See Also

DataObjectImpl Class | PmMda.Net.Dog Namespace | DataObjectImpl Constructor Overload List