Class WslHomePaths
- Namespace
- CobaltPdf.WebKit.Infrastructure.Provisioning
- Assembly
- CobaltPDF.WebKit.dll
Triple of (distro name, Linux-side bundle home, UNC view of the same). Returned by EnsureAsync(CancellationToken).
public sealed record WslHomePaths : IEquatable<WslHomePaths>
- Inheritance
-
WslHomePaths
- Implements
- Inherited Members
Constructors
WslHomePaths(string, string, string)
Triple of (distro name, Linux-side bundle home, UNC view of the same). Returned by EnsureAsync(CancellationToken).
public WslHomePaths(string Distro, string LinuxBundleHome, string UncBundleHome)
Parameters
Properties
Distro
public string Distro { get; init; }
Property Value
LinuxBundleHome
public string LinuxBundleHome { get; init; }
Property Value
UncBundleHome
public string UncBundleHome { get; init; }