开发者

Where can I find a list of COM libraries with no .NET equivalent?

Does a list exist that compares and contrasts Windows' COM components with their .NET equivalents, e.g.

ADSI <-> System.Directory

WMI <-> System.Management

etc.?

I am especially interested in a list of COM components that have no .NET equivalent. My Google-Fu failed me badly on this o开发者_如何学Cne...

Thanks!


Most COM objects do not have .Net equivalent because they are not written by Microsoft. However you can use .Net's COM support to call them.

It is not Microsoft's best interest to make unnecessary promises on implementation details, otherwise people would rely on it and make changing implementation harder. For example, Microsoft can not remove the shell folder registry entries designed to support 4 programs written for Windows 95 Beta 3 to continue running on Windows 95, even when they want them out since Windows 95 RTM.

here is an old map designed to make moving SDK to .Net easier.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜