IInline662$Typings extension

on

Properties

arguments ↔ dynamic
getter/setter pair
buildVersion num
The Windows Script Host build version number.
getter/setter pair
connectObject ↔ void Function(String, [dynamic])
getter/setter pair
createObject ↔ dynamic Function(String, [String?])
getter/setter pair
disconnectObject ↔ void Function([dynamic])
getter/setter pair
echo ↔ void Function([dynamic])
getter/setter pair
fullName String
Fully qualified path of the host executable.
getter/setter pair
getObject ↔ dynamic Function(String, [String?, String?])
getter/setter pair
interactive bool
Gets/sets the script mode - interactive(true) or batch(false).
getter/setter pair
name String
The name of the host executable (WScript.exe or CScript.exe).
getter/setter pair
path String
Path of the directory containing the host executable.
getter/setter pair
quit num Function([num?])
getter/setter pair
scriptFullName String
The full path of the currently running script.
getter/setter pair
scriptName String
The filename of the currently running script.
getter/setter pair
sleep ↔ void Function(num)
getter/setter pair
stdErr TextStreamWriter
Exposes the write-only error output stream for the current script. Can be accessed only while using CScript.exe.
getter/setter pair
stdIn TextStreamReader
Exposes the read-only input stream for the current script. Can be accessed only while using CScript.exe.
getter/setter pair
stdOut TextStreamWriter
Exposes the write-only output stream for the current script. Can be accessed only while using CScript.exe.
getter/setter pair
version String
Windows Script Host version
getter/setter pair