Well, I have some questions.
My executible file (code was written on C# as a Windows Application), while running, should search some directory for *.dll files which have some special properties. That dlls must be written on C# as a UserControl library and they also must implement special class. The questions are: How can I check files or their properties to find out - are that files are dlls of that special type or not and how can I use classes from them ( I want to place that controls on the main Form in executible file)
What should I do or what materials should I read to solve my problem
Thanks for help.
Visual C#11
|