ScriptStack
1.0.4
Loading...
Searching...
No Matches
Host.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
using
ScriptStack.Runtime
;
6
7
namespace
ScriptStack.Runtime
8
{
9
80
public
interface
Host
{
81
88
object
Invoke
(
string
routine, List<object> parameters);
89
90
}
91
92
}
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.Host.Invoke
object Invoke(string routine, List< object > parameters)
Called when a Routine is invoked.
ScriptStack.Runtime
Definition
ArrayList.cs:7
Runtime
Host.cs
Generated by
1.15.0