 | IO Constructor (String) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
IO class
Namespace:
Monkeyspeak.Libraries
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic IO(
string authorizedPath = null
)
Public Sub New (
Optional authorizedPath As String = Nothing
)
public:
IO(
String^ authorizedPath = nullptr
)
new :
?authorizedPath : string
(* Defaults:
let _authorizedPath = defaultArg authorizedPath null
*)
-> IO
Parameters
- authorizedPath (Optional)
- Type: SystemString
[Missing <param name="authorizedPath"/> documentation for "M:Monkeyspeak.Libraries.IO.#ctor(System.String)"]
See Also