JScript doesn't support .net objects natively so you have to use COM interop to access them. As long as you have the option checked in your project, you shouldn't see any difference at all
. To instantiate your .NET object, just use new ActiveXObject().