TestimoX

API Reference

Enum

WslDistributionFlags

Namespace ComputerX.Wsl
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Defines WSL distribution configuration flags exposed by wslapi.dll.

Inheritance

  • Enum
  • WslDistributionFlags

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const WslDistributionFlags None #

No WSL distribution flags are enabled.

Value: 0
public const WslDistributionFlags EnableInterop #

Windows interoperability is enabled for the distribution.

Value: 1
public const WslDistributionFlags AppendNtPath #

Windows PATH entries are appended inside the distribution.

Value: 2
public const WslDistributionFlags EnableDriveMounting #

Windows drives are mounted inside the distribution.

Value: 4