IScript |
public interface IScriptCompilerResult
The IScriptCompilerResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ScriptTextCount | Gets the number of source code fragments (script text) of which consists the compilation result. | |
| ScriptTextHash | Gets the script text hash that is build over all the script texts in exactly the order provided here. |
| Name | Description | |
|---|---|---|
| ScriptText | Get the script text with index i (i ranges from 0 to ScriptTextCount-1). |