C# Class Rhino.Tools.Shell.Runner

Inheritance: Runnable, ContextAction
Datei anzeigen 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

Run() public method

public Run ( Context cx ) : object
cx Rhino.Context
return object

Run() public method

public Run ( ) : void
return void