ICodeRunnerService
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.CodeCreator.ICodeRunnerService
Kind: interface
Methods
InvokeCommand
Method
string InvokeCommand(string sender, string command, String[] args)
Parameters
| Type | Name | Description |
|---|---|---|
string | sender | |
string | command | |
String[] | args |
InvokeCommandForObject
Method
object InvokeCommandForObject(string sender, string command, Object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
string | sender | |
string | command | |
Object[] | args |