如何将多个cs文件转换为单个dll文件 [英] How to convert multiple cs files to a single dll file

查看:135
本文介绍了如何将多个cs文件转换为单个dll文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用反射器导出了Unity使用的Assembly C Sharp.dll的源代码。它给了我各种cs文件。现在我想将它们全部编译回一个dll文件中。那么我该怎么做以及我应该使用什么程序?



谢谢

I have exported the source code of Assembly C Sharp.dll that unity uses using reflector. it gave me various cs files. Now i want to compile them all back into a single dll file. So how do i do it and what program shall i use??

Thanks

推荐答案

你可以创建一个新的DLL项目和作为文件 - 这将允许您创建一个新的.NET程序集DLL



但是,如果你已经反向设计代码,你是严重侵犯版权的风险,除非您事先得到原版权所有者的同意,否则您将面临被起诉的风险。
You can create a new DLL project and as the files - that will allow you to create a new .NET assembly DLL

However, if you have reverse engineered the code, you are at severe risk of copyright infringement and unless you have got the prior agreement of the original copyright owner you are at risk of prosecution.


这篇关于如何将多个cs文件转换为单个dll文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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