Class FdScript
Fdscript root class
public class FdScript
- Inheritance
-
FdScript
- Inherited Members
- Extension Methods
Constructors
FdScript(string, params CmdCommand[])
public FdScript(string logFilePath, params CmdCommand[] commands)
Parameters
logFilePathstringcommandsCmdCommand[]
FdScript(string, List<CmdCommand>)
public FdScript(string logFilePath, List<CmdCommand> commands)
Parameters
logFilePathstringcommandsList<CmdCommand>
Fields
Commands
public List<CmdCommand> Commands
Field Value
Version
public static readonly string Version
Field Value
Properties
Header
public FdScriptHeader Header { get; set; }
Property Value
Methods
Add(CmdCommand)
public void Add(CmdCommand command)
Parameters
commandCmdCommand
Serialize(string)
public void Serialize(string path)
Parameters
pathstring