Musings
Public · Protected · Private
Interoprability of COM AND .NET Framework
-
2008-08-24 18:50COM 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:51use the Win32 API from a .NET Framework program using platform invoke --DllImport("
This blog is frozen. No new comments or edits allowed.