Answer the question
In order to leave comments, you need to log in
How to connect a dll to a project, call a static class function if the name of the library and class is unknown?
There is a C# library, its name is unknown, it must be passed to the method, it has a class (it is inherited from the interface), the class (the class name is also unknown) has a static function (which is in the interface, its name is known), it needs to be called with parameters.
Only the namespace and the name of the interface are known, another library is connected to this library via links, the name of which is known. How can I do that?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question