Jint Documentation
Jint embeds JavaScript in a .NET process. Install the Jint package, create an Engine, and add only the capabilities your application intends to expose. The rest of this documentation starts from that core runtime.
Recommended path
- Install Jint and run a script.
- Learn how to create and configure an engine.
- Configure constraints and untrusted-code protection before accepting scripts you do not control.
- Add an additional package only when you need debugging or browser functionality.
Upgrading an existing application? Read Migrating to Jint 5 first.