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>
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgPreviewHostStartRequest(String, String, String, String, String, String, String?, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>)Represents the normalized start request payload for the AXSG preview helper host.