Plugin Framework in C#

Aug 31 2016 9:04 AM
Hi! I have a pluging framework in C# where all the interfaces are in a single DLL (and defined in C# of course). Can I implement  those interfaces for a plugin using another .NET language? If so, how?

Answers (1)