AxsgPreviewHostStartRequest(String, String, String, String, String, String, String?, String, String, String, Nullable, Nullable, Nullable) Constructor

Definition

Assembly XamlToCSharpGenerator.RemoteProtocol.dll

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

public 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)

Parameters

DotNetCommand
String
HostAssemblyPath
String
PreviewerToolPath
String
RuntimeConfigPath
String
DepsFilePath
String
SourceAssemblyPath
String
SourceFilePath
String
XamlFileProjectPath
String
XamlText
String
PreviewCompilerMode
String
PreviewWidth
Nullable<Double>
PreviewHeight
Nullable<Double>
PreviewScale
Nullable<Double>