问题描述
大家好...
我开始在Windows应用程序中玩dll.
我知道我们在c#应用程序中使用[DllImport]属性来使用Windows dll.
但是我不知道我可以使用的dll里面的方法是什么..也不知道哪个dll是出于什么目的.
因此,有什么方法可以在dll旁边搜索方法列表,以便我们可以知道哪个dll对我们有用.
或任何dll及其说明的列表
我还尝试在我的可视Web开发人员中引用Windows32-cards.dll文件.但它否认了..
Web和Windows的dll是否不同?
我们不能在Web应用程序中引用Windows dll吗?
请指导我该怎么办?
问候
Hello everyone...
Hi I started to play with dlls in my windows application.
I know we use [DllImport] attribute in c# application to use the windows dll.
But I don''t know what are the method inside the dll that I can use.. neither know which dll is for what purpose.
So is there any way to seek the methods list in side the dll so we can come to know which dll is useful for us.
Or any list of dll with their description
And I also tried to reference windows32 -- cards.dll file in my visual web developer. but it denied..
Are the dlls different for web and windows?
Can''t we reference windows dll in web application?
Please guide me what best should I do?
Regards
推荐答案
这篇关于在Windows C#中使用Dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!