Is it possible for C# script using class written in JS

I have a class ,written in JS script.Now I want to use it in C# script .Is there any way to do it Thank you very much.

Yes, it's possible, but the problem is the order of compilation. You to put your scripts into appropriate folders in order to get desired compilation order.