ScriptEngine Properties
The ScriptEngine type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DefaultClassName |
Gets or sets the default name of the class of the compiled assembly.
|
![]() |
DefaultNamespace |
Gets or sets the default namespace of the compiled assembly.
|
![]() |
EntryPointMethodName |
Gets or sets the name of the entry point method of the compiled assembly.
|
![]() |
NamespacesList |
List of Namespaces required for the execution of the intended script .
|
![]() |
OutputAssemblyPath |
Specifies a save location for the assembly generated from script compilation, if the address is unspecified
, the assembly will be saved in Temp folder with a random filename.
|
![]() |
OutputAssemblyType |
Specifies the type of the output assembly (Library or Application), see OutputAssemblyType.
|
![]() |
ReferenceAssemblies |
List of assemblies required for compiling and executing the intended script, see ReferenceAssemblies.
|
![]() |
ScriptExecutionContext |
Specifies the context in which script must be executed, see InvokeContext.
|