JScript Language Resources in the .NET Framework

JScript is a modern scripting language that is designed around the .NET Framework. It is a true object-oriented language, and yet it still keeps its "scripting" feel. JScript 8.0 maintains full backward compatibility with previous versions of JScript, while incorporating new features and providing access to the common language runtime and .NET Framework. The .NET Framework helps provide security, memory management, versioning, and deployment support.

This section contains documentation for the command-line JScript compiler, Jsc.exe, which ships with the .NET Framework. In addition, it provides reference documentation for the JScript language.

In This Section

  • JScript Reference
    Lists elements that comprise the JScript Language Reference and links to topics that explain the proper use of language elements.