Click to See Complete Forum and Search --> : Reading classes from COM+ DLL


urosk
September 24th, 2001, 04:41 AM
Is it possible to read names of the classes from COM+ DLL
in VB. Not from COM+ catalog but directly from file.

awylie
September 25th, 2001, 07:46 PM
Hi

I'm not sure if this will access COM+ but I expect it should.

Try using the TypeLib Information (TLBINF32.DLL) reference.

Create a TLIApplication and use TypeLibInfoFromFile(DLLFilename) function and then I think it provides further enumeration functions.

Hope this works
Andrew

urosk
September 28th, 2001, 04:47 AM
Thanks,

that is what I was looking for.