1. What it doesn't do is recompile and relink automatically if it doesn't know anything has changed. 如果它不知道有东西被修改了,它就不会自动重编译和重链接。
2. Any script that was written using this function changes automatically when you recompile or relink. 而当你重新编译或重新链接时,任何一个用该函数编写的脚本都能自动修改。
3. Edit and Continue cannot relink your program if you are debugging it from a location other than the original build location. 如果正在从原始生成位置以外的位置调试,“编辑并继续”不能重新链接程序。
4. If the interface and implementation are clearly separated and protected, you can accomplish this and require only a relink by the user. 如果接口和实现被清楚地分离和保护,你就可以轻松地完成它,你要做的只是重新连接一下你的新库。
5. When you do this, applications using implicit linking do not have to relink with the new import library that contains the new functions. 当您这样做时,使用隐含连结的应用程序就不需要重新连结包含新函式的新汇入程序库。