| MonkeyspeakEngineLoadFromStream 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 Page LoadFromStream(
Stream stream
)
Public Function LoadFromStream (
stream As Stream
) As Page
public:
Page^ LoadFromStream(
Stream^ stream
)
member LoadFromStream :
stream : Stream -> Page
Parameters
- stream
- Type: System.IOStream
Stream that contains the Monkeyspeak script. Closes the stream.
Return Value
Type:
PagePageSee Also