本文介绍了转换VB.NET - > C#项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能推荐可用于转换VB.NET工程到C#一个很好的应用,而不必做太多的体力工作?

Can anyone recommend a good application that could be used to convert VB.NET projects to C#, without having to do too much manual work?

我们已经使用反射手工做的小图书馆,但一些较大的项目将是过于缓慢和复杂的手工做到这一点。

We've used Reflector to do small libraries manually, but some of the larger projects will be too slow and complex to do this manually.

推荐答案

您可以使用卢茨罗​​德斯反射镜(),它可以反编译整个组件到Visual Studio项目。这样,您就可以从任何.NET语言特点转换成该程序的支持的语言(C#.VB.NET,MC ++,Delphi中,铬)

You can use Lutz Roeders Reflector (http://www.red-gate.com/products/reflector) which can decompile whole Assemblies into Visual Studio projects. This way you can convert from ANY .NET Langauge into one of the supported languages of this program (C#.VB.NET,MC++,DelpChrome)

这篇关于转换VB.NET - > C#项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 17:24