SgDotNet
Singapore Professional .NET User Group -For Cool Developers
All Tags » interop (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • Re: is COM object equivalent to unmanaged DLL object?

    Anything not written to run natively in .NET is Unmanaged. Only .NET/CLI code, running under the supervision of the CLR, is Managed. so Win32 and COM, Active Scripting (and whatever additional runtimes existing) fall in the former category. The short answer to your question is, yes COM objects are unmanaged...
    Posted to General (Forum) by icelava on 05-02-2007
  • Re: DotNet or non-DotNet or both???

    What you are looking for is P/Invoke (Platform Invoke) to interoperate with existing Win32 libraries. COM Interop focus on communicating with existing COM platform to exchange functionality (both ways). Microsoft Office with VSTO is probably one of the stronger examples of this. Forgot to mention: given...
    Posted to General (Forum) by icelava on 04-19-2007
Page 1 of 1 (2 items)
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems