Click or drag to resize

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
)

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