Without installing VS or VSC, I’d like to use the following approach: compile the code of several classes into a single DLL, then load it once in a main function. After that, I want to call its functions from other functions or subfunctions associated with the main one, without reloading the DLL each time.
Is this possible to achieve? Thank you very much.
compileFiles=a.cs; b.cs; c.cs
Macro Macro4
Is this possible to achieve? Thank you very much.
compileFiles=a.cs; b.cs; c.cs
Macro Macro4