Tip - Read a Registry Key

Published  | Submitted by Bryce Grimsley
Read a Registry Key

I have a web application which is importing DLLs from the bin folder. const string dllpath = "Utility.dll"; [DllImport(dllpath)] Now what I want to do is first import the DLLs from a folder...

About Author

More by Bryce Grimsley

About This Tip

Posted: 9 years, 3 month(s) ago

89 Reads
0 Votes