C# Class Rhino.Tools.Shell.Runner
Show file
Open project: hazzik/Rhino.Net
Class Usage Examples
Public Methods
Method |
Description |
|
Run ( Context cx ) : object |
|
|
Run ( ) : void |
|
|
Private Methods
Method |
Description |
|
Runner ( Scriptable scope, System.Function func, object args ) : System |
|
|
Runner ( Scriptable scope, System.Script script ) : System |
|
|
Method Details
public Run ( Context cx ) : object |
cx |
Rhino.Context |
|
return |
object |
|
public Run ( ) : void |
return |
void |
|