Click or drag to resize

ScriptCompilerFailedResult Properties

The ScriptCompilerFailedResult type exposes the following members.

Properties
 NameDescription
Public propertyCodeText Gets the compiled source texts and hash.
Public propertyCompileErrors Gets the list of compilation diagnostics.
Public propertyScriptAssembly Gets the compiled script assembly.
Public propertyScriptTextCount Gets the number of source code fragments that make up the compilation result.
Public propertyScriptTextHash Gets the script text hash that is build over all the script texts in exactly the order provided here.
Top
See Also