- Extensibility API for C# Developers
The C# extensibility API allows your custom Studio Pro extensions developed in C# to interact with some internal services of Studio Pro.
For information on new releases of the Extensibility API see:
Extensions are self-contained modules that enhance Studio Pro by adding new features and functionality. The Extensibility API allows you to interact with a curated set of internal systems, extending Studio Pro’s capabilities with functionality you can define yourself.
The API is provided in two versions, depending on the language you are developing in:
The C# extensibility API allows your custom Studio Pro extensions developed in C# to interact with some internal services of Studio Pro.
The web extensibility API allows your custom Studio Pro extensions developed using JavaScript to interact with some internal services of Studio Pro.