| MonkeyspeakEngineLoadCompiledFile Method |
[This is preliminary documentation and is subject to change.]
Loads compiled script from file
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public Page LoadCompiledFile(
string filePath
)
Public Function LoadCompiledFile (
filePath As String
) As Page
public:
Page^ LoadCompiledFile(
String^ filePath
)
member LoadCompiledFile :
filePath : string -> Page
Parameters
- filePath
- Type: SystemString
[Missing <param name="filePath"/> documentation for "M:Monkeyspeak.MonkeyspeakEngine.LoadCompiledFile(System.String)"]
Return Value
Type:
Page[Missing <returns> documentation for "M:Monkeyspeak.MonkeyspeakEngine.LoadCompiledFile(System.String)"]
See Also