문제

I modified an Assembly using CECIL and saved both Assembly and its pdb back to disk. Now, is there a way to generate code file, i.e. c# file, from this modified Assembly and able to debug to that file during runtime?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top