Serializes instrument into given stream.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void Write( Stream stream ) |
| Visual Basic (Declaration) |
|---|
Public Sub Write ( _ stream As Stream _ ) |
| Visual C++ |
|---|
public: void Write( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::.Stream