Interview Questions

So can a COM object talk to a .NET object?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

So can a COM object talk to a .NET object?

Yes, through Runtime Callable Wrapper (RCW) or PInvoke.

(Continued on next question...)

Other Interview Questions