|
-
Dec 15th, 2023, 02:29 AM
#1
Thread Starter
Addicted Member
[RESOLVED] How to dynamically load and use a .NET dll
I have some dlls in my app folder. Each one contains 3 methods: methodA methodB methodC; of course the methods from one dll do stuff in different way that the others.
Since I want to be able to add new dlls and use it without rebuild the app, I would like to store the dlls name in a db table, when app start I check if dlls listed in db exist, and show in in the program that this feature are available; then when the program need a specific one, I would load the selected dll(by the string result got from db query), and execute the methods.
Can be done in vb.net?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|