Click or drag to resize

IScriptCompilerFailedResult Properties

The IScriptCompilerFailedResult type exposes the following members.

Properties
 NameDescription
Public propertyCompileErrors Gets the list of compilation errors.
Public propertyScriptTextCount Gets the number of source code fragments (script text) of which consists the compilation result.
(Inherited from IScriptCompilerResult)
Public propertyScriptTextHash Gets the script text hash that is build over all the script texts in exactly the order provided here.
(Inherited from IScriptCompilerResult)
Top
See Also