Table of Contents

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

Distro string
LinuxBundleHome string
UncBundleHome string

Properties

Distro

public string Distro { get; init; }

Property Value

string

LinuxBundleHome

public string LinuxBundleHome { get; init; }

Property Value

string

UncBundleHome

public string UncBundleHome { get; init; }

Property Value

string