G
GTi
My planes is to migrate my C/C++ project to C# and dotnet.
In my project I use dynamically loaded plug-ins into my program.
So how is this done in C# ?
C# equals to LoadLibrary and GetProcAddress.
Sorry for asking if it is a easy question...
In my project I use dynamically loaded plug-ins into my program.
So how is this done in C# ?
C# equals to LoadLibrary and GetProcAddress.
Sorry for asking if it is a easy question...