- invokeDefaultMethodWithArguments:
Executes when a script attempts to invoke a method on an exposed object directly.
Availability
Technology
name
The name of the undefined method.
args
The arguments passed to the undefined method.
The result of invoking the undefined method.
This method is invoked when a script attempts to invoke a method not directly exported to the scripting environment. You should return the result of the invocation, converted appropriately for the scripting environment.
- invokeDefaultMethodWithArguments: