reload the sourcecode of a C# app on command -


I have a C # application, and ID is capable of creating a system, so that in the program you can display the application The source code is easy enough yet correct?

OK, I need to be able to edit those code, almost new code like debug break option ... and continue to stop the program. So my problem is, when this app loads several thousand lines of it, and it takes a good block of time. After loading, it requires several hundred functions before allowing user input to be loaded for the first time. Also, there is a TCP customer in it, and it is very important that it has not been disconnected.

I want people to edit the source, click on a button, and wait a few seconds, without breaking the overall work of the application, the new code is inserted and the "re-share " is done.

Ins can see completely code examples where possible and input weather is possible or not

~ thanks

If you want to allow people to make arbitrary changes in your program, it will be very complicated however, if you assign them specific behaviors (such as rewriting calculation algorithms) If you want to change, you can take a look at Microsoft. CSARP CSARP codeAdAprown.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -