Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Robotics Class Reference
Deserializes the values of the members from a reader
Namespace: Microsoft.Dss.Core.ContractModel
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public Object Deserialize(
BinaryReader reader
)
Parameters
- reader
Type: System.IO. . :: . .BinaryReader
the reader from which to read values
Return Value
the deserialized instance
Remarks
This is always
CopyC#
this
(
CopyC#
Me
in VB.NET)
Implements
IDssSerializable. . :: . .Deserialize(BinaryReader)