This example shows hosting scriptcs within a console application.
It illustrates the following:
- Executing a dynamically generated script in memory
- Executing a script loaded from disk. This example includes a child script that it depends on.
Example of hosting scriptcs within a console application
C#Apache-2.0