1
Answer

Plugin Framework in C#

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)