How to read TLB (type libraries) of unmanaged code from C#?
问题 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