ScriptStack
1.0.4
Loading...
Searching...
No Matches
Model.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Collections.ObjectModel;
4
using
System.Text;
5
6
using
ScriptStack.Compiler
;
7
using
ScriptStack.Runtime
;
8
9
namespace
ScriptStack.Runtime
10
{
11
/*
89
*/
90
public
interface
Model
:
Host
91
{
92
96
ReadOnlyCollection<Routine>
Routines
{
get
; }
97
98
}
99
}
ScriptStack.Runtime.Host
The main interface to create a Host. A Host can implement Routine's to extend its functionality.
Definition
Host.cs:80
ScriptStack.Runtime.Model
Definition
Model.cs:91
ScriptStack.Runtime.Model.Routines
ReadOnlyCollection< Routine > Routines
Returns all Routine's a Model implements.
Definition
Model.cs:96
ScriptStack.Compiler
Definition
Derivation.cs:8
ScriptStack.Runtime
Definition
ArrayList.cs:7
Runtime
Model.cs
Generated by
1.15.0