Click or drag to resize

MonkeyspeakEngineLoadFromString Method (String)

[This is preliminary documentation and is subject to change.]

Loads a Monkeyspeak script from a string into a Page.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public Page LoadFromString(
	string chunk
)

Parameters

chunk
Type: SystemString
String that contains the Monkeyspeak script source.

Return Value

Type: Page

[Missing <returns> documentation for "M:Monkeyspeak.MonkeyspeakEngine.LoadFromString(System.String)"]

See Also