Following the main example of the RDotNet usage, I got runtime error "DLL not found" when executing CreateInstance("nnn") with one parameter, and "entryPoint not found" when using Initialize() with no parameters
Comments: It looks like RDotNet accepts CreateInstance and Initilize with no params, but does not create default values when calls UnmanadeDll. Maybe it is something different, but I think it will be better if Example gets adequate, allowing usage without diffing to "StartupParameter" and "ICharacterDevice"
Comments: It looks like RDotNet accepts CreateInstance and Initilize with no params, but does not create default values when calls UnmanadeDll. Maybe it is something different, but I think it will be better if Example gets adequate, allowing usage without diffing to "StartupParameter" and "ICharacterDevice"