Application class/LabVIEW Class.All Methods of LVClass method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 98B
Scope Basic Development Environment
Data Name All Methods Of LVClass
Short Name* All Methods Of LVClass
Long Name* LabVIEW Class:All Methods of LVClass
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type No return value
Invoke Node LabVIEW Class:All Methods of LVClass
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

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 type Name Required Description
String Array Method File Names Yes Returns an array of filenames for all methods of the class, including methods of ancestor classes.
Path Array Method Paths Yes Returns an array of paths to all methods of the class, including methods of ancestor classes.
Path LVClass Path Yes Specifies the path to the .lvclass file in memory whose methods you want to access.
Enum U32 Access Scope No Specifies which methods LabVIEW returns. The default is only the public methods.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links