Click or drag to resize

MonkeyspeakEngineLoadFromStream Method (Page, Stream)

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

Loads a Monkeyspeak script from a Stream into existingPage.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public void LoadFromStream(
	Page existingPage,
	Stream stream
)

Parameters

existingPage
Type: MonkeyspeakPage
Reference to an existing Page
stream
Type: System.IOStream
Stream that contains the Monkeyspeak script. Closes the stream.
See Also