Application class/Application.All VIs In Memory property: Difference between revisions
Appearance
mNo edit summary |
→Limitations: Add a section to describe what is not included |
||
| (One intermediate revision by one other user not shown) | |||
| Line 22: | Line 22: | ||
== Uses == | == Uses == | ||
{{ambox|text=Specific use cases for this property.}} | {{ambox|text=Specific use cases for this property.}} | ||
== Limitations == | |||
Dependencies and non-public members of [[PPL]]s are not included in the list, even if they are accessible through their [[fully qualified name]]. | |||
== History == | == History == | ||
| Line 32: | Line 35: | ||
|More info to come. | |More info to come. | ||
|} | |} | ||
== See | |||
== See also == | |||
{{ambox|text=Add links to internal wiki pages that would also help.}} | {{ambox|text=Add links to internal wiki pages that would also help.}} | ||
== External | == External links == | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | [[Category:VI Server Property]] | ||
Latest revision as of 06:16, 22 April 2026
| VI Server Property Information | |
|---|---|
| Property ID | 1C |
| Scope | Basic Development Environment |
| Data Name | App.AllVIs |
| Short Name* | App.AllVIs |
| Long Name* | Application:All VIs In Memory |
| * 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 |
| Data Type | String Array data type |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes (Read Only) |
| Permissions | Read Only |
| Remote access allowed | No |
Returns a list of VIs in memory for the specified application instance. This property returns an error if you wire a remote application reference to the reference input. For a remote application, use the Exported VIs in Memory property to return a list of exported VIs.
Note If you have multiple application instances open simultaneously, this property returns only the VIs in memory in the specified application instance. LabVIEW creates a new application instance each time you open a LabVIEW project or target for a LabVIEW project.
Uses
| |
Specific use cases for this property. |
Limitations
Dependencies and non-public members of PPLs are not included in the list, even if they are accessible through their fully qualified name.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See also
| |
Add links to internal wiki pages that would also help. |
External links
| |
Add links to external resources that would also help. |