Finding a dll whose CLSID is known

Posted by deostroll on Stack Overflow See other posts from Stack Overflow or by deostroll
Published on 2009-08-26T09:44:00Z Indexed on 2010/04/18 15:03 UTC
Read the original article Hit count: 355

Filed under:
|

I've downloaded the w3sockets. Primarily using for trying to do telnet via an application. So far we've been experimenting with vbscript. In vbscript we do something like:

Set socket = CreateObject("Socket.Tcp")

I am trying to use this for a .net application. I need to know the dll it is hosted in. Anyway I can find this?

© Stack Overflow or respective owner

Related posts about tcp

Related posts about dll