: methods (obj)
: mtds = methods (obj)

List the names of the public methods for the object octave_com_object obj.

When called with no output arguments, methods prints the list of method names to the screen. Otherwise, the output argument mtds contains the list in a cell array of strings.

See also: methods.

Package: windows