How to read TLB (type libraries) of unmanaged code

2019-02-24 08:03发布

问题:

How can I parse an unmanaged code in TLB (Of unmanaged COM server) in C#?

回答1:

By creating a managed wrapper using tlbimp.exe.



回答2:

Once I wrote a TLB browser in VB. I used a COM component that shipped with VB 6 called TlbInf32.dll (you can still find this component in the web I guess).

Best