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

invokeDefaultMethod(withArguments:)

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

Declaration 宣言

func invokeDefaultMethod(withArguments arguments: [Any]!) -> Any!

Parameters パラメータ

args

The arguments to be passed to the default method.

Return Value 戻り値

The result of invoking the default method.

See Also 参照

Invoking methods