Re: ComInterop
- From: Bennie Haelen <Bennie.Haelen@xxxxxxx>
- Date: Fri, 08 Jul 2005 15:46:32 -0700
I would say that some of the main downsides of COM Interop is the overhead of marshalling your parameters to the COM component. In general, you should use COM interop when you need to interact with an existing COM component. It is always preferable to have a "pure" .NET solution, but is some cases, it might be budget- or time prohibitive to rewrite existing components.
- Bennie me wrote:
What is the downside of Cominterop? is it good practice? what does it do to memory?
Thanks
.
- References:
- ComInterop
- From: me
- ComInterop
- Prev by Date: Re: Form2 adds items to listview in Form1?
- Next by Date: Re: error using ICallbackEventHandler in ASP.Net 2.0
- Previous by thread: Re: ComInterop
- Next by thread: Creating Shortcuts
- Index(es):
Relevant Pages
|