Deserializes instrument from the given filename.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public static Instrument Read( string filename )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Function Read ( _ filename As String _ ) As Instrument  | 
| Visual C++ | 
|---|
public: static Instrument^ Read( String^ filename )  | 
Parameters
- filename
 - Type: System..::.String