IInline662 class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
Properties
- arguments ↔ dynamic
-
Available on IInline662, provided by the IInline662$Typings extension
getter/setter pair - buildVersion ↔ num
-
Available on IInline662, provided by the IInline662$Typings extension
The Windows Script Host build version number.getter/setter pair - connectObject ↔ void Function(String, [dynamic])
-
Available on IInline662, provided by the IInline662$Typings extension
getter/setter pair - createObject ↔ dynamic Function(String, [String?])
-
Available on IInline662, provided by the IInline662$Typings extension
getter/setter pair - disconnectObject ↔ void Function([dynamic])
-
Available on IInline662, provided by the IInline662$Typings extension
getter/setter pair - echo ↔ void Function([dynamic])
-
Available on IInline662, provided by the IInline662$Typings extension
getter/setter pair - fullName ↔ String
-
Available on IInline662, provided by the IInline662$Typings extension
Fully qualified path of the host executable.getter/setter pair - getObject ↔ dynamic Function(String, [String?, String?])
-
Available on IInline662, provided by the IInline662$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- interactive ↔ bool
-
Available on IInline662, provided by the IInline662$Typings extension
Gets/sets the script mode - interactive(true) or batch(false).getter/setter pair - name ↔ String
-
Available on IInline662, provided by the IInline662$Typings extension
The name of the host executable (WScript.exe or CScript.exe).getter/setter pair - path ↔ String
-
Available on IInline662, provided by the IInline662$Typings extension
Path of the directory containing the host executable.getter/setter pair - quit ↔ num Function([num?])
-
Available on IInline662, provided by the IInline662$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptFullName ↔ String
-
Available on IInline662, provided by the IInline662$Typings extension
The full path of the currently running script.getter/setter pair - scriptName ↔ String
-
Available on IInline662, provided by the IInline662$Typings extension
The filename of the currently running script.getter/setter pair - sleep ↔ void Function(num)
-
Available on IInline662, provided by the IInline662$Typings extension
getter/setter pair - stdErr ↔ TextStreamWriter
-
Available on IInline662, provided by the IInline662$Typings extension
Exposes the write-only error output stream for the current script. Can be accessed only while using CScript.exe.getter/setter pair - stdIn ↔ TextStreamReader
-
Available on IInline662, provided by the IInline662$Typings extension
Exposes the read-only input stream for the current script. Can be accessed only while using CScript.exe.getter/setter pair - stdOut ↔ TextStreamWriter
-
Available on IInline662, provided by the IInline662$Typings extension
Exposes the write-only output stream for the current script. Can be accessed only while using CScript.exe.getter/setter pair - version ↔ String
-
Available on IInline662, provided by the IInline662$Typings extension
Windows Script Host versiongetter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited