Is this possible to #using dll in C#?

  • Thread starter Thread starter forever a loser
  • Start date Start date
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...
 

Similar threads

A
Replies
0
Views
78
Ashkan Satarpour
A
D
Replies
0
Views
63
duoshock
D
E
Replies
0
Views
242
Eldeeb92
E
Back
Top