Click or drag to resize

ScriptCompilerSuccessfulResult Properties

The ScriptCompilerSuccessfulResult type exposes the following members.

Properties
 NameDescription
Public propertyCodeText Gets the script texts together with their hash.
Public propertyScriptAssembly Gets the script assembly as the result of the successful compilation.
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