Generate wrapper for COM

  • Thread starter Alhambra Eidos Kiquenet
  • Start date
A

Alhambra Eidos Kiquenet

Hi misters,

any addin for Reflector or another independent tool for generate a wrapper
class in C# for a COM ??

For example, I add reference to COM in my project, and VStudio generates
Interop. Now I want create a class in C# like wrapper of the COM (Interop),
with all methods, properties, etc.

Any suggestions about it ?? Any help will be very grateful

Thanks in advance, greetings, regards
 
N

Nicholas Paldino [.NET/C# MVP]

Why are you creating a wrapper? Why not use what TLBIMP (or VS.NET)
creates for you?

If you are looking to change the signautre of the object, then what
transformation rules are you looking to put into place?
 
A

Alhambra Eidos Kiquenet

Hi,

I want my class in C# that calls to methods of COM, I need log (and another
things) every call to the COM.

Thanks.
Why are you creating a wrapper? Why not use what TLBIMP (or VS.NET)
creates for you?

If you are looking to change the signautre of the object, then what
transformation rules are you looking to put into place?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Alhambra Eidos Kiquenet said:
Hi misters,

any addin for Reflector or another independent tool for generate a wrapper
class in C# for a COM ??

For example, I add reference to COM in my project, and VStudio generates
Interop. Now I want create a class in C# like wrapper of the COM
(Interop),
with all methods, properties, etc.

Any suggestions about it ?? Any help will be very grateful

Thanks in advance, greetings, regards

--
http://www.alhambra-eidos.es/web2005/index.html
www.kiquenet.net
http://www.setbb.com/putainformatica/viewtopic.php?p=843
www.trabajobasura.com/solusoft
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top