C# Calling Compiled Library

Is it possible to call a library I created and compiled myself? Using the built in C# Function Plugin?

Hi Ferula,

Yes, it’s not easy, but it is possible. You’ll need to use the technique called “Reflection”. Here’s an old example for another system which uses a DLL: GitHub - linx-software/Upvise_Reflection: Using reflection, integrates with Upvise using their DLL

Best regards,
Dawie

1 Like