Click or drag to resize

MonkeyspeakEngineLoadFromStreamAsync Method (Stream)

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

Loads a Monkeyspeak script from a Stream into a Page.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public Task<Page> LoadFromStreamAsync(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream that contains the Monkeyspeak script. Closes the stream.

Return Value

Type: TaskPage
Page
See Also