| PageLoadIOLibrary Method |
[This is preliminary documentation and is subject to change.]
Loads Monkeyspeak IO Library into this Page
Used for File Input/Output operations
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public void LoadIOLibrary(
string authorizedPath = null
)
Public Sub LoadIOLibrary (
Optional authorizedPath As String = Nothing
)
public:
void LoadIOLibrary(
String^ authorizedPath = nullptr
)
member LoadIOLibrary :
?authorizedPath : string
(* Defaults:
let _authorizedPath = defaultArg authorizedPath null
*)
-> unit
Parameters
- authorizedPath (Optional)
- Type: SystemString
[Missing <param name="authorizedPath"/> documentation for "M:Monkeyspeak.Page.LoadIOLibrary(System.String)"]
See Also