快捷搜索:   服务器  安全  linux 安全  MYSQL  dedecms

.net中 exe 和 dll的区别

这是我总结在.net中DLL和EXE的区别

不对的请大家指教!

DLL
1. It can be reused.
2. It can be versioned.
3. It is not self executable
4. It doesn't have main function

.EXE
1. It cannot be reused
2. It cannot be versioned.
3. It is self executable.
4. It will have main
function.

another main difference is dll cannot be run individully but exe files can run individully

顶(1)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论