LabVIEW Class:All Methods of LVClass Method

Short Name: All Methods Of LVClass

Requires: Base Development System

Class: Application Methods

To Use: Create a method.

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

Data typeNameRequiredDescription
Method File NamesYesReturns an array of filenames for all methods of the class, including methods of ancestor classes.
Method PathsYesReturns an array of paths to all methods of the class, including methods of ancestor classes.
LVClass PathYesSpecifies the path to the .lvclass file in memory whose methods you want to access.
Access ScopeNoSpecifies 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.

Data typeNo return value
Available in Run-Time EngineYes (Read/Write)
Available in Real-Time Operating SystemYes
Remote access allowedYes