The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

: invoke (obj)
: S = invoke (obj, methodname)
: S = invoke (obj, methodname, arg1, …, argN)

Invoke a method on a COM object.

When called with just the single obj, invoke displays the methods available to the object. When called with methodname, invoke will invoke the method with optional args and return the result in S.

See also: com_invoke, methods.

Package: windows