Class Interp
- Namespace
- Mech3DotNet.Zbd
- Assembly
- Mech3DotNet.dll
Interpreter data.
public class Interp : IWritable
- Inheritance
-
Interp
- Implements
- Inherited Members
Constructors
Interp(List<Script>)
public Interp(List<Script> scripts)
Parameters
scripts
List<Script>
Fields
scripts
public List<Script> scripts
Field Value
- List<Script>
Methods
Read(string)
Read a interp.zbd
file from the specified path.
public static Interp Read(string path)
Parameters
path
string
Returns
ReadAsDict(string)
Read interpreter data, and index by lowercase script name.
public static Dictionary<string, Script> ReadAsDict(string path)
Parameters
path
string
Returns
- Dictionary<string, Script>
Write(string)
Write a interp.zbd
file to the specified path.
public void Write(string path)
Parameters
path
string