WSL_DISTRIBUTION_FLAGS class Null safety Enum
The WSL_DISTRIBUTION_FLAGS enumeration specifies the behavior of a distribution in the Windows Subsystem for Linux (WSL).
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- WSL_DISTRIBUTION_FLAGS_APPEND_NT_PATH → const int
-
Add the Windows %PATH% environment variable values to WSL sessions.
0x2
- WSL_DISTRIBUTION_FLAGS_ENABLE_DRIVE_MOUNTING → const int
-
Automatically mount Windows drives inside of WSL sessions (for example,
"C:" will be available under "/mnt/c").
0x4
- WSL_DISTRIBUTION_FLAGS_ENABLE_INTEROP → const int
-
Allow the distribution to interoperate with Windows processes (for
example, the user can invoke "cmd.exe" or "notepad.exe" from within a WSL
session).
0x1
- WSL_DISTRIBUTION_FLAGS_NONE → const int
-
No flags are being supplied.
0x0