Wiki source code of Extensions

Version 1.1 by Mark Kohlmann on 2021/12/10 16:58

Show last authors
1 Extensions allow Chief Integrations and 3rd Parties to develop libraries that interact directly with ShowRunner's runtime environment.  This is a new feature introduced in ShowRunner version 3.011.  Documentation will be updated as new features are added.  ShowRunner is built on .NET CF 3.5, extensions will also need to be built on the same framework and signed by Crestron's plugin to be loaded by ShowRunner.
2
3 (% style="margin-right:auto" %)
4 |=Extension Type|=Description|=Minimum Supported Version|=
5 |[[Generic>>Generic]]|Generic extension that will automatically be instantiated at startup.|3.011|
6 |[[Load Controller>>Load Controller]]|Create a custom load controller to override ShowRunner default controllers or add your own.|3.012|
7 |[[Touchpanel>>Touchpanel]]|Incorporate custom touchpanel logic.|TBD|
8
9