|
the c# class is compilled into a dll file?
if so, then just put that file in your build directory ( debug ) and make sure you declare that you are using the namespace of the c# class.
after that, you should see all the methods available to you in the intellisense if you are developing with visual studio.
have you tried this? what is not working?
__________________
Mike
|