English 中文(简体)
C# Code From .exe
原标题:Extract C# Code From .exe
  • 时间:2010-01-11 09:08:03
  •  标签:
  • c#-2.0

面对我的人类发展挑战,我失去了许多应用,我是在视觉C#上提出的。 但是,我对大多数申请都做了事后的回答,但没有任何法典能够从表面上删除。

最佳回答
问题回答

Use .net Reflector. Naturally, extracting comments is impossible but you can get your sources back. You also won t be able to get the Visual Studio designer to work with it. But it s better than losing everything? I had to do this for one of my class libraries the other day.

我也 with着IL Spy,尽管我不知道它是否有一个模块来存放来文方的档案。

IL Spy是公开来源。 NET组装浏览器和分解器。

Development started after Red Gate announced that the free version of .NET Reflector would cease to exist by end of February 2011.

http://wiki.sharpdevelop.net/ilspy.ashx





相关问题
JavaScript, asp.net and Sql Server

I know how to use client side JavaScript with asp.net script. But I am unable to figure out how to retrieve data from database and show that data with JavaScript in an asp.net page. Suppose I have ...

How to find function parameters

I need to log all the function parameters in a dozen functions. Is there a way to pro grammatically determine all the parameters and their values (or at least their .ToString() value)? Perhaps via ...

How to do unit testing in Visual Studio 2005?

Is there any support for unit testing in Visual Studio 2005? After googling for some time, I found out that we can do unit testing with Visual Studio Team System, but I do not have it. I cannot ...

Implementing SFTP in 2.0

I want to write SFTP clients and servers in .NET 2.0. Is that possible? Please give me some suggestions

热门标签