AllMethodsOfLVClass2
- Updated2025-07-30
- 1 minute(s) read
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, global VIs, control VIs, and polymorphic VIs are excluded from the output arrays.
Syntax
object.AllMethodsOfLVClass2(MethodNames, MethodPaths, Path, [Scope])Parameters
| Name | Type | Description |
|---|---|---|
| MethodNames | array of strings by ref | Returns an array of filenames for all methods of the class, including methods of ancestor classes. |
| MethodPaths | array of strings by ref | Returns an array of paths to all methods of the class, including methods of ancestor classes. |
| Path | path | Specifies the path to a .lvclass file in memory whose methods you want to access. |
| Scope | LibraryItemScopeEnum | Controls which methods LabVIEW returns. The default is only the public methods. |
Return Value
array of strings by ref