Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
How do you make use of a .dll file in C#? Where do I put it, to later write to it ("Write to it", as in using the methods, calling funtions within the .dll file)? Adding a reference?

Thanks in advance.
Posted

1 solution

Yes, you add a reference, and you never write to the dll, although the instance of the dll in memory may change state as you pass variables to it, obviously.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900