COM communicate with managed code(.NET)

T

Tony Johansson

Hi!

When I have a communication from COM to managed code(.NET) a type
library(TLB) is necessary in between to handle the communication from COM to
..NET.

I tried to use Red Gats's reflector to look into the type library that have
extension tlb but it's not possible.
So why is it not possible ?

//Tony
 
A

Alberto Poblacion

Tony Johansson said:
I tried to use Red Gats's reflector to look into the type library that
have extension tlb but it's not possible.
So why is it not possible ?

Reflector can only decompile .Net assemblies. But a .tlb is not a .Net
assembly, it's a COM thingy. So it is understood by COM tools, not by .Net
tools.
 

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

Top