C# Class Tantric.Scripting.Script

A Composition of several commands, some of which could be scripts
Inheritance: Command
显示文件 Open project: TheEtiologist/tantric

Public Methods

Method Description
Execute ( List arguments ) : void
Script ( CommandInterpreter interpreter, String fileName, String name ) : System

Method Details

Execute() public method

public Execute ( List arguments ) : void
arguments List
return void

Script() public method

public Script ( CommandInterpreter interpreter, String fileName, String name ) : System
interpreter CommandInterpreter
fileName String
name String
return System