Click or drag to resize

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

Parameters

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

Return Value

Type: TaskPage

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

See Also