Returns an array of names and an array of paths for all methods of a class. The methods of the class are member VIs that can be called as subVIs. In other words, LabVIEW excludes global VIs, control VIs, and polymorphic VIs from the output arrays.

Parameters

Name Data type Required Description
Method File Names i1dstr.png Yes

Returns an array of filenames for all methods of the class, including methods of ancestor classes.

Method Paths i1dpath.png Yes

Returns an array of paths to all methods of the class, including methods of ancestor classes.

LVClass Path cpath.png Yes

Specifies the path to the .lvclass file for the class whose methods you want to access. If the class is not in memory, this method will not return the expected results because it will omit any malleable VI methods.

Access Scope cenum.png No

Specifies which methods LabVIEW returns. The default is only the public methods.

0invalid scope
1public
2private
3protected
4community

Remarks

The following table lists the characteristics of this method.

Short Name All Methods Of LVClass
Data type No return value
Available in Run-Time Engine Yes
Available in Real-Time Operating System Yes
Remote access allowed Yes