Skip to content

.NET inheritance (LV)

viltbalint edited this page Jan 9, 2018 · 1 revision

Issue I: Inheritance from .NET class is not possible

Issues_1

Workaround (limited)

  • Two possible approaches that don’t work
    • Create B in LV (possible only if A is in packed library) --> can’t cast B to B.NET
    • Create B.NET: Can’t be done that B.NET inherits from A.NET Issues_1