Hello dev team,
this is a suggestion but also a question because I'm not sure it is technically feasible.
In VO I have extended many standard controls simply by adding methods using the same class names, that VOXporter translates in <class>_external_class.
So, if the gui classes were declared as PARTIAL CLASS could we reach the same results as in VO ?
Thanks
Antonello
[partial class] Suggestion and question
-
antonello.negrone
- Posts: 30
- Joined: Tue May 03, 2016 8:57 am
- Location: Italy
Re: [partial class] Suggestion and question
Hi Antonello,
unfortunately that works only when all components of the partial classes are in the same assembly (DLL or executable).
This is a .NET limitation.
VO can do that only because the class tree (class with all methods) is built on runtime.
Wolfgang
unfortunately that works only when all components of the partial classes are in the same assembly (DLL or executable).
This is a .NET limitation.
VO can do that only because the class tree (class with all methods) is built on runtime.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
-
antonello.negrone
- Posts: 30
- Joined: Tue May 03, 2016 8:57 am
- Location: Italy
Re: [partial class] Suggestion and question
Hi Wolfgang,
I was missing this detail and it explains everything, thank you for the answer!
Antonello
I was missing this detail and it explains everything, thank you for the answer!
Antonello

