-
Notifications
You must be signed in to change notification settings - Fork 3
.NET inheritance (VS)
viltbalint edited this page Jan 9, 2018
·
1 revision
- VS allows to inherit from generated .NET classes
- LabVIEW generates static methods for all exported VIs
- Static methods can't be overwritten, only w/ „new“ keyword (not equals to dynamic dispatching)
- Note: Override of class attributes values works!
- LabVIEW implementation of getter/setter methods (for attributes)
- Object parametrization from VS code