Rhino.SecurityController._Script_157.Exec C# (CSharp) Method

Exec() public method

public Exec ( Context cx, Scriptable scope ) : object
cx Context
scope Scriptable
return object
			public object Exec(Context cx, Scriptable scope)
			{
				return callable.Call(cx, scope, thisObj, args);
			}
SecurityController._Script_157