[Solved] C# Is there a way of implementing interfaces for classes from dlls?
Is there a way of doing this class implementing the interface below dynamically? Short Answer: NO If the dll is a 3rd party library then there is nothing you can do to modify that class as you have no control over it. You could however create your own classes and abstraction to encapsulate the 3rd … Read more