I have a test .dll file using C# with the following details
Name : TestLibrary.dll
Namespace name : TestLibrary
Class Name : AddClass
Method name : add(accepts two parameters)
Language used : C#
I gave lugin path in manifest.json as below
plugins : [{"path":"TestLibrary.dll", "public": true}]
And called like below
var result = TestLibrary.AddClass.add(12,34)
But it returns me nothing. Please help me to correct this code. Please provide me simple NPAPI plugin example with hello world program with NPAPI plugin in any example. I am confused with parameters / details / references need to be provided inside NPAPI plugin