How do I use an unregistered dll from c#?
Posted
by mikeh
on Stack Overflow
See other posts from Stack Overflow
or by mikeh
Published on 2010-05-19T21:56:53Z
Indexed on
2010/05/19
22:00 UTC
Read the original article
Hit count: 233
I have a custom dll (not registered) that I need to access via c#. How do I do this without registering the DLL?
© Stack Overflow or respective owner