D
D
Denis2017-06-20 20:56:48
OOP
Denis, 2017-06-20 20:56:48

Is it possible to somehow dynamically change the included library in c#?

Hello.
In my application, the task arose of adding an algorithm for complex calculations, while the addition should be dynamic. And since it is not known what the calculation will be, the best option, in my opinion, is the ability to add precompiled code in the form of a library written according to the rules I have previously indicated. is this possible?
I will describe in a little more detail.
I need the user to be able to select a file (according to my idea, a library file) by clicking on a button, in which the calculation algorithm will be implemented. And further in the code, I could already use the functions from this library. Well, in the library itself, let it be the heir class, from my calculation class, the functions of which I will use in the program.
Is something similar possible, am I thinking in the right direction, and how are such problems generally solved?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Johnny Gat, 2017-06-20
@lacredin

www.vr-online.ru/content/c-plugin-za-5-sekund-3890
https://ru.stackoverflow.com/questions/428055/System...
msugvnua000.web710.discountasp.net/Posts/Details /3477

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question