F
forever a loser
Guest
In C++ CLI/CLR this is possible to #using any dll file and use all the managed classes within this dll file in the code.
In C# you have to Add Reference and browse for the dll file.
I want to #using the dll file in C# instead of selecting it in a browser like you can do in C++ CLI/CLR.
Is this possible?
Continue reading...
In C# you have to Add Reference and browse for the dll file.
I want to #using the dll file in C# instead of selecting it in a browser like you can do in C++ CLI/CLR.
Is this possible?
Continue reading...