Click or drag to resize

MonkeyspeakEngineLoadFromStringAsync Method (Page, 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 Task LoadFromStringAsync(
	Page existingPage,
	string chunk
)

Parameters

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

Return Value

Type: Task

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

See Also