| MonkeyspeakEngineLoadFromString Method (Page, String) |
[This is preliminary documentation and is subject to change.]
Loads a Monkeyspeak script from a string into existingPage. and
clears the old page
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public void LoadFromString(
Page existingPage,
string chunk
)
Public Sub LoadFromString (
existingPage As Page,
chunk As String
)
public:
void LoadFromString(
Page^ existingPage,
String^ chunk
)
member LoadFromString :
existingPage : Page *
chunk : string -> unit
Parameters
- existingPage
- Type: MonkeyspeakPage
Reference to an existing Page - chunk
- Type: SystemString
String that contains the Monkeyspeak script source.
Return Value
Type:
See Also