C# Class Rhino.ScriptRuntime._BaseFunction_41

Inheritance: BaseFunction
Mostra file Open project: hazzik/Rhino.Net

Public Methods

Method Description
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetLength ( ) : int
_BaseFunction_41 ( ) : System

Method Details

Call() public method

public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Context
scope Scriptable
thisObj Scriptable
args object
return object

GetLength() public method

public GetLength ( ) : int
return int

_BaseFunction_41() public method

public _BaseFunction_41 ( ) : System
return System