实施库,C#,VS2008 [英] Implementing a library, C#, VS2008

查看:106
本文介绍了实施库,C#,VS2008的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


如何使用C#中的.dll文件?我在哪里放置它,以后再写它(写到它",如使用方法一样,在.dll文件中调用函数)?要添加参考吗?

预先感谢.

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.

推荐答案

是的,您添加了一个引用,并且从未写入dll,尽管该dll实例在内存中的状态可能随着您的传递而改变.显然是它的变量.
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.


这篇关于实施库,C#,VS2008的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆