Script |
The ScriptCompilerFailedResult type exposes the following members.
| Name | Description | |
|---|---|---|
| CodeText | Gets the compiled source texts and hash. | |
| CompileErrors | Gets the list of compilation diagnostics. | |
| ScriptAssembly | Gets the compiled script assembly. | |
| ScriptTextCount | Gets the number of source code fragments that make up the compilation result. | |
| ScriptTextHash | Gets the script text hash that is build over all the script texts in exactly the order provided here. |