Nowadays, after many programs are developed and launched, if there are users using them, when updating the dll library, in order not to affect the user's operation, the software can generally be updated late at night or at a specific maintenance time. If you make the dll library a dynamic update, you don't need to worry about whether the user is operating, just replace the original file, and the user will not have any impact on use. Let's take a look at how to do it! Let's write a small example: First, we write a class library that can output hello world
Next, write a console program to reference this library, and make this reference dynamic
Source code download:
Tourists, if you want to see the hidden content of this post, please Reply
|