LVCLASS File Extension

From LabVIEW Wiki
Jump to: navigation, search

The LabVIEW Class file extension (*.lvclass) is used for class libraries in LabVIEW object-oriented programming. A class library is a special form of project library that defines a new data type in LabVIEW. It contains meta data about the class and its members, a private custom control that is embedded in the class library (there is no separate file on disk) and links to class methods.

See also