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.
Data type | Name | Required | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Method File Names | Yes | Returns an array of filenames for all methods of the class, including methods of ancestor classes. | |||||||||||
Method Paths | Yes | Returns an array of paths to all methods of the class, including methods of ancestor classes. | |||||||||||
LVClass Path | Yes | Specifies the path to the .lvclass file in memory whose methods you want to access. | |||||||||||
Access Scope | No | Specifies which methods LabVIEW returns. The default is only the public methods.
|
The following table lists the characteristics of this method.
Data type | No return value |
Available in Run-Time Engine | Yes (Read/Write) |
Available in Real-Time Operating System | Yes |
Remote access allowed | Yes |