December 2004
Intermediate to advanced
1008 pages
21h 40m
English
You've seen how to quickly create a COM object that can then have its type library imported and made available to .NET via Visual Studio .NET or the TlbImp.exe processor. When vendors want to make their components available to .NET programmers, they produce what is called a primary Interop assembly (PIA). The next section of this chapter deals with what PIAs are, how they work, and how you can make and consume them in your own code.
PIAs are unique assemblies that contain COM proxies that are ready to be used by managed code. What happens all too often is that, without a PIA, every developer creates his own Interop assembly with TlbImp or Visual Studio .NET and is free to make ...
Read now
Unlock full access