Returns the result of executing a method in the scripting environment.
Original signature is '- (id)callWebScriptMethod:(NSString *)name withArguments:(NSArray *)args'
Available in Mac OS X v10.3.9 and later.

C# | Visual Basic | Visual C++ |

The return value of the method. Returns WebUndefined if an exception is thrown in the JavaScript environment or the method has no return value.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)