AxsgPreviewHostStartRequest Class

Definition

Represents the normalized start request payload for the AXSG preview helper host.

public sealed record AxsgPreviewHostStartRequest(string DotNetCommand, string HostAssemblyPath, string PreviewerToolPath, string RuntimeConfigPath, string DepsFilePath, string SourceAssemblyPath, string? SourceFilePath, string XamlFileProjectPath, string XamlText, string PreviewCompilerMode, double? PreviewWidth, double? PreviewHeight, double? PreviewScale) : IEquatable<AxsgPreviewHostStartRequest>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (13)