分析是一门科学,设计是一门艺术

每天进步一点点

导航

2008年8月26日 #

C#开发COM组件实例(附源码)

摘要: COM Interoperability is the feature of Microsoft .NET that allows managed .NET code to interact with unmanaged code using Microsoft's Component Object Model semantics. This article is geared towards C# programmers who are familiar with developing COM components and familiar with the concept of an interface. I'll review some background on COM, explain how C# interacts with COM, and then show how to design .NET components to smoothly interact with COM. For those die-hard COM experts, there w 阅读全文

posted @ 2008-08-26 13:48 布衣(Dream2008) 阅读(1338) 评论(0) 推荐(0) 编辑