Public · Protected · Private
Interoprability of COM AND .NET Framework
Type: Public  |  Created: 2008-08-24  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • COM components are accessed from the .NET Framework by use of a runtime callable wrapper (RCW). Specifically, .NET Framework components are accessed from COM by using a COM callable wrapper (CCW).
    2008-08-24 18:50
  • use the Win32 API from a .NET Framework program using platform invoke --DllImport("
    2008-08-24 18:51
This blog is frozen. No new comments or edits allowed.