COM部署和注册之间的区别. [英] Difference between COM deployment and Registering.

查看:86
本文介绍了COM部署和注册之间的区别.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究COM,但我是菜鸟.我想了解一些基本概念.

注册 dll和部署 dll到底有什么区别.

请解释一些屏幕截图.

如果有任何文章,请告诉我.我已经搜索了很多快照及其功能,但找不到.

还需要通过快照说明在 dcomcnfg 中部署dll com.

在此先感谢您.

I''m working on COM, but i''m rookie. I want to know some basic concepts about it.

What is the difference between registering the dll and deploying the dll.

Please explain with some screen shots.

If there is any article please let me know. I''ve searched a lot with snap shots and its functions, but i could not able to find it.

Deploying the dll com in dcomcnfg needs to be explained as well with snap shots.

Thanks in advance.

推荐答案

这取决于您开发库的概念.对于CLR中的COM,可以在源代码中使用带有[[ComVisible(),ClassInterface()]参数的部署(重用),对于其他人-使用(idl接口和其他功能)注册(regsvr32).
It depends on conception you developing a library. For a COM in CLR you can use deploying (regasm) with [[ComVisible(), ClassInterface()] parameters in your source code and for others - registering (regsvr32) (with .idl interfaces and other things).


这篇关于COM部署和注册之间的区别.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆