Requires: Base Development System
Class: Application Methods (ActiveX)
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.
object.AllMethodsOfLVClass2(MethodNames, MethodPaths, Path, [Scope])
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. |
array of strings by ref