API Reference
Class
WslDistributionRegistrationInfo
WSL distribution registration metadata read from the native Windows registration store.
Inheritance
- Object
- WslDistributionRegistrationInfo
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 WslDistributionRegistrationInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> Version { get; set; } #Display(Order = 2)Registered WSL version, when present.
public Nullable<Int32> DefaultUid { get; set; } #Display(Order = 5)Default Linux user identifier, when present.
public Nullable<Boolean> ApiRegistered { get; set; } #Display(Order = 6)True when the public WSL API reports this distribution as registered.
public Boolean IsDefault { get; set; } #Display(Order = 7)True when this distribution is the current user's default WSL distribution.