Executes when a script attempts to invoke a method on an exposed object directly.
Original signature is '- (id)invokeDefaultMethodWithArguments:(NSArray *)args'
Available in Mac OS X v10.3.9 and later.


- args (NSArray)
- The arguments to be passed to the default method.

The result of invoking the default method.

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