Deserializes instrument from the given stream.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public static Instrument Read(
	Stream stream
)
Visual Basic (Declaration)
Public Shared Function Read ( _
	stream As Stream _
) As Instrument
Visual C++
public:
static Instrument^ Read(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::.Stream

See Also