Overview
This example shows how to use VI server to programmatically determine various properties of LabVIEW Class members, such as if a member is a required override.
Description
An example of programmatically reading the properties of methods of a class. This example demonstrates how to get a reference to a class when it is stand alone on disk, one of many classes in a directory, or part of a project. The member VIs of each class are then programmatically interrogated using VI server methods and properties to determine the property of the member, such as if the member is a "must override" method.
Hardware and Software Requirements
LabVIEW 2014 or newer