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