Instance Method インスタンスメソッド

invokeDefaultMethodWithArguments:

Executes when a script attempts to invoke a method on an exposed object directly.

Declaration 宣言

- (id)invokeDefaultMethodWithArguments:(NSArray *)arguments;

Parameters パラメータ

args

The arguments to be passed to the default method.

Return Value 戻り値

The result of invoking the default method.

See Also 参照

Invoking methods