Hi
This concerns APL language extensions for .NET objects as described on p.18 sqq. of the Microsoft .Net Interface manual.
Is it possible to make these extensions available in a normal class in addition to .NET classes?
APL language extensions
- Morten|Dyalog
- Posts: 460
- Joined: Tue Sep 09, 2008 3:52 pm
Re: APL language extensions
No, the only way you can get this to work is by exporting the class as a .Net class and then using it from APL.