Accessing a C# script from a JS script

hey I had a C# script written to do some effect, and I was hoping to just enable/disable it from a JS script.

When I try to GetComponent(C#Script) inside of my JS is says that the type is an Unknown identifier.

Is there any way to do this without rewriting one of them?

Thanks,
Dusty