积极答复者
how to do use .Net enclapse DLL?

问题
答案
-
hi,
Building a "CLASS" (.cs file) to create dll file.
OR u could reference MSDN:
http://msdn.microsoft.com/zh-cn/library/3707x96z(v=VS.80).aspx ( 如何:创建和使用 C# DLL(C# 编程指南))
逐步學習,逐夢踏實;腳步要踩穩,這樣下一步才不會跌倒。 http://www.dotblogs.com.tw/nobel12- 已标记为答案 BoberSongModerator 2010年11月8日 4:54
-
Do you mean "How to use .NET Framework to encapsulate types into DLLs?" and "how to use .NET Framework to create DLL files?"
- To learn encapsulation and other OOP concepts, please google "C# OOP";
- To create DLLs in .NET, use the compiler switch "/t:lib" or use the Class Library project template in Visual Studio.PS: I also suggest you consider using your native language to post a question, that can enable the local engineers and Microsoftees to quickly response your question; MSDN forum is not a good place to practise your language skills - in addition, if you post a question in a specific language that you're not familiarized, moderators of this forum may move your thread to the forums that suuuprt that language, which may confuse other people to understand your question.
Mark Zhou- 已标记为答案 BoberSongModerator 2010年11月8日 4:54
全部回复
-
hi,
Building a "CLASS" (.cs file) to create dll file.
OR u could reference MSDN:
http://msdn.microsoft.com/zh-cn/library/3707x96z(v=VS.80).aspx ( 如何:创建和使用 C# DLL(C# 编程指南))
逐步學習,逐夢踏實;腳步要踩穩,這樣下一步才不會跌倒。 http://www.dotblogs.com.tw/nobel12- 已标记为答案 BoberSongModerator 2010年11月8日 4:54
-
Do you mean "How to use .NET Framework to encapsulate types into DLLs?" and "how to use .NET Framework to create DLL files?"
- To learn encapsulation and other OOP concepts, please google "C# OOP";
- To create DLLs in .NET, use the compiler switch "/t:lib" or use the Class Library project template in Visual Studio.PS: I also suggest you consider using your native language to post a question, that can enable the local engineers and Microsoftees to quickly response your question; MSDN forum is not a good place to practise your language skills - in addition, if you post a question in a specific language that you're not familiarized, moderators of this forum may move your thread to the forums that suuuprt that language, which may confuse other people to understand your question.
Mark Zhou- 已标记为答案 BoberSongModerator 2010年11月8日 4:54