WSL_DISTRIBUTION_FLAGS class enum

The WSL_DISTRIBUTION_FLAGS enumeration specifies the behavior of a distribution in the Windows Subsystem for Linux (WSL).

Constructors

WSL_DISTRIBUTION_FLAGS()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

WSL_DISTRIBUTION_FLAGS_APPEND_NT_PATH → const int
Add the Windows %PATH% environment variable values to WSL sessions.
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").
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).
WSL_DISTRIBUTION_FLAGS_NONE → const int
No flags are being supplied.