ScriptCache.GetScript Method
Include Protected Members
Include Inherited Members
Returns the script as a string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
GetScript(String) | Returns the script for the given cache identifier. |
![]() |
GetScript(String, Int32, Int32) | Returns the part of the script that is defined by the start offset and length in the given file. |
Top