TestimoX

API Reference

Class

WslStatusInfo

Namespace ComputerX.Wsl
Assembly ComputerX
Modifiers sealed

WSL status query result.

Inheritance

  • Object
  • WslStatusInfo

Usage

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

Returned or exposed by

Constructors

Properties

public String RawOutput { get; set; } #

Raw output returned by wsl -l -v.

public IReadOnlyList<WslDistributionInfo> Distributions { get; set; } #

Parsed distributions.

public String Warning { get; set; } #

Optional warning (for example when a requested distro is not found).