| | .NET and COM Interoperability Handbook, The By Alan Gordon | | Table of Contents | | | | Chapter Six. An Introduction to COM Interop | Summary In this chapter, you learned the basics of using .NET COM Interop, both to use a COM object from managed code and also to use a .NET object from unmanaged code. I have just begun to scratch the surface of COM Interop, however. In real-world use, COM Interop is much more complicated than what you have seen so far. The next chapter will look at more advanced aspects of using a COM object from managed code. |