FileScriptCache.GetScript Method
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Retrieves a specified script from a file.
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) | Retrieves a script from a file by using the specified cache identifier. (Overrides ScriptCache.GetScript(String).) |
![]() |
GetScript(String, Int32, Int32) | Retrieves a specified script from a file by using the given cache identifier, file offset, and length. (Overrides ScriptCache.GetScript(String, Int32, Int32).) |
Top