How to read TLB (type libraries) of unmanaged code from C#?

你离开我真会死。 提交于 2019-12-01 20:54: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



来源:https://stackoverflow.com/questions/2778862/how-to-read-tlb-type-libraries-of-unmanaged-code-from-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!