Changes for page Extensions
Last modified by Scott Kohlmann on 2023/04/20 21:32
From version 1.1
edited by Mark Kohlmann
on 2021/12/10 16:58
on 2021/12/10 16:58
Change comment:
There is no comment for this version
To version 2.1
edited by Mark Kohlmann
on 2021/12/10 17:04
on 2021/12/10 17:04
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,7 @@ 1 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 2 3 +Extensions are loaded and registered before any ShowRunner objects are created. Initialization is sent to extensions once the ShowRunner environment has finished loading. 4 + 3 3 (% style="margin-right:auto" %) 4 4 |=Extension Type|=Description|=Minimum Supported Version|= 5 5 |[[Generic>>Generic]]|Generic extension that will automatically be instantiated at startup.|3.011|