Application:Exported VIs In Memory Property
Short Name: App.ExportedVIs
Installed With: Base Package
Class: Application Properties
Returns a list of exported VIs in memory.
This property is similar to the Exported VIs option on the VI Server: Exported VIs page of the Options dialog box.
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | Yes (Read Only) |
Permissions | Read Only |
Settable when the VI is running | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |
Example
Refer to the Client - VIServer Example VI in the labview\examples\viserver\client.llb for an example of using the Application:Exported VIs In Memory property.