TestimoX

API Reference

Class

WslDistributionConfigurationSetPlan

Namespace ComputerX.Wsl
Assembly ComputerX
Modifiers sealed

Describes a planned WSL distribution configuration change.

Inheritance

  • Object
  • WslDistributionConfigurationSetPlan

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

Accepted by parameters

Constructors

public WslDistributionConfigurationSetPlan() #

Properties

public String Name { get; set; } #

Gets the distribution name.

public Nullable<UInt32> CurrentDefaultUid { get; set; } #

Gets the current default Linux user identifier.

public Nullable<UInt32> TargetDefaultUid { get; set; } #

Gets the target default Linux user identifier.

public Nullable<WslDistributionFlags> CurrentFlags { get; set; } #

Gets the current WSL distribution flags.

public Nullable<WslDistributionFlags> TargetFlags { get; set; } #

Gets the target WSL distribution flags.

public Boolean WillExecute { get; set; } #

Gets a value indicating whether execution should be attempted.

public String Reason { get; set; } #

Gets the planning note or reason execution will not be attempted.

public String DataSource { get; set; } #

Gets the backing data source.