| MonkeyspeakEngineLoadCompiledStream Method |
[This is preliminary documentation and is subject to change.]
Loads a compiled script from stream
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public Page LoadCompiledStream(
Stream stream
)
Public Function LoadCompiledStream (
stream As Stream
) As Page
public:
Page^ LoadCompiledStream(
Stream^ stream
)
member LoadCompiledStream :
stream : Stream -> Page
Parameters
- stream
- Type: System.IOStream
[Missing <param name="stream"/> documentation for "M:Monkeyspeak.MonkeyspeakEngine.LoadCompiledStream(System.IO.Stream)"]
Return Value
Type:
Page[Missing <returns> documentation for "M:Monkeyspeak.MonkeyspeakEngine.LoadCompiledStream(System.IO.Stream)"]
See Also