| PageLoadCompiledStream Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Monkeyspeak.Page.LoadCompiledStream(System.IO.Stream)"]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public void LoadCompiledStream(
Stream stream
)
Public Sub LoadCompiledStream (
stream As Stream
)
public:
void LoadCompiledStream(
Stream^ stream
)
member LoadCompiledStream :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
[Missing <param name="stream"/> documentation for "M:Monkeyspeak.Page.LoadCompiledStream(System.IO.Stream)"]
See Also