1

CECIL を使用してアセンブリを変更し、アセンブリとその pdb の両方をディスクに保存しました。さて、この変更されたアセンブリからコード ファイル、つまり c# ファイルを生成し、実行時にそのファイルにデバッグできる方法はありますか?

4

1 に答える 1

0

Load it in ILSpy. Select the desired assembly from the left-hand panel. Then, select "Save Code" from the File menu. This will export C# source code along with a Visual Studio project that can be opened in Visual Studio for debugging purposes.

于 2013-01-16T04:03:57.913 に答える