oleviewdotnet
oleviewdotnet copied to clipboard
How to get Modules in Tlb?
i use oleview to open stdole2.tlb , i can found Modules->StdFunction->Functions->LoadPicture
but oleviewdotnet can not found it.
Assembly typelib = COMUtilities.LoadTypeLib(Tlbfile,null); I can not found StdFunction in typelib
any ideas?