帮助解决项目问题 [英] Help on convesation of project

查看:77
本文介绍了帮助解决项目问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将整个c#项目转换为Vb?

how can i convert entire c# project to Vb?

推荐答案

有一些工具。

也许可以帮到你,如下:



http://codeconverter.sharpdevelop.net/SnippetConverter.aspx [ ^ ]



http:// stackoverflow.com/questions/4559950/how-to-convert-full-c-sharp-project-to-vb-net [ ^ ]
There hava some tools.
Maybe can help you,as follows:

http://codeconverter.sharpdevelop.net/SnippetConverter.aspx[^]

http://stackoverflow.com/questions/4559950/how-to-convert-full-c-sharp-project-to-vb-net[^]


有两个完美的工具,将完美地完成工作。



您可以使用Reflector或其开源替换ILSpy或类似工具之一:

http://en.wikipedia.org/wiki/.NET_Reflector [ ^ ],

http://ilspy.net / [ ^ ]。



顺便说一下,这是学习CIL的有效工具之一。它可能非常有用,我不太了解该语言。 CIL知识非常重要,尤其是使用 System.Reflection.Emit ,这是一个非常强大的库。



您可以用一种语言编写代码,编译代码,使用ILSpy加载程序集,选择其他语言,并反编译您需要的代码部分。结果的准确性非常好。甚至项目文件及其结构的可读性也非常好:清晰准确。



这是一个独立的开源代码转换器: http://codeconvert.codeplex.com/ [ ^ ]。



-SA
There are two comprehensive tools which will do the job perfectly.

You can use Reflector or its open-source replacement ILSpy or one of similar tools:
http://en.wikipedia.org/wiki/.NET_Reflector[^],
http://ilspy.net/[^].

By the way, additionally, this is one of effective tools to learn CIL. It can be very useful, and I don't know a good reference on the language. CIL knowledge is very important, in particular, for using System.Reflection.Emit, an extremely powerful library.

You can write code in one language, compile it, load the assembly with ILSpy, choose another language, and decompile the code part you need. The accuracy of the results is very good. And even the readability of the project files and their structure is excellent: clear and accurate.

And this is a stand-along open-source code convertor: http://codeconvert.codeplex.com/[^].

—SA


这篇关于帮助解决项目问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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