Method | Description | |
---|---|---|
Execute ( System.Machine machine, IObject self, IObject receiver, object args ) : object | ||
Execute ( System.Machine machine, IObject self, object args ) : object | ||
Execute ( System.Machine machine, object args ) : object | ||
ExecuteInInterpreter ( |
||
ExecuteInInterpreter ( |
||
ExecuteNative ( System.Machine machine, object self, object args ) : object | ||
ExecuteNativeInInterpreter ( |
||
FunctionalMethod ( Func |
||
FunctionalMethod ( Func |
||
FunctionalMethod ( string name, IBehavior classDescription, Func |
||
FunctionalMethod ( string name, IBehavior classDescription, Func |
public Execute ( System.Machine machine, IObject self, IObject receiver, object args ) : object | ||
machine | System.Machine | |
self | IObject | |
receiver | IObject | |
args | object | |
return | object |
public Execute ( System.Machine machine, IObject self, object args ) : object | ||
machine | System.Machine | |
self | IObject | |
args | object | |
return | object |
public Execute ( System.Machine machine, object args ) : object | ||
machine | System.Machine | |
args | object | |
return | object |
public ExecuteInInterpreter ( |
||
interpreter | ||
self | IObject | |
args | object | |
return | object |
public ExecuteInInterpreter ( |
||
interpreter | ||
args | object | |
return | object |
public ExecuteNative ( System.Machine machine, object self, object args ) : object | ||
machine | System.Machine | |
self | object | |
args | object | |
return | object |
public ExecuteNativeInInterpreter ( |
||
interpreter | ||
self | object | |
args | object | |
return | object |
public FunctionalMethod ( Func |
||
function | Func |
|
return | System |
public FunctionalMethod ( Func |
||
nativeFunction | Func |
|
return | System |
public FunctionalMethod ( string name, IBehavior classDescription, Func |
||
name | string | |
classDescription | IBehavior | |
function | Func |
|
return | System |
public FunctionalMethod ( string name, IBehavior classDescription, Func |
||
name | string | |
classDescription | IBehavior | |
nativeFunction | Func |
|
return | System |