Member 11426986 Ответов: 2

Мгновенный импорт библиотеки DLL


I am developing in C # WindowsForm, and  need a way to import a DLL (entering the path) into a method. And if you cannot find DLL, be informed that the system is "down at the moment". When the method comes to an end, communication with the DLL should be closed.


Что я уже пробовал:

I haven't tried anything yet. I could not find any applicable function.

2 Ответов

Рейтинг:
2

RickZeeland

Похоже, вы ищете архитектуру плагина, смотрите эту статью CodeProject: Рамки плагин [^]


Рейтинг:
1

phil.o

Пожалуйста, взгляните на Итак: использование AppDomain в C# для динамической загрузки и выгрузки dll[^] который содержит некоторые интересные моменты о вашем требовании.