| 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
)
Public Sub LoadFromStream (
existingPage As Page,
stream As Stream
)
public:
void LoadFromStream(
Page^ existingPage,
Stream^ stream
)
member LoadFromStream :
existingPage : Page *
stream : Stream -> unit
Parameters
- existingPage
- Type: MonkeyspeakPage
Reference to an existing Page - stream
- Type: System.IOStream
Stream that contains the Monkeyspeak script. Closes the stream.
See Also