Generate wrapper for COM

  • Thread starter Thread starter Alhambra Eidos Kiquenet
  • Start date 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
 
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?
 
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
 
Back
Top