SourceGenHotDesignApplyResult(Boolean, String, String?, Type?, String?, Boolean, Boolean, Int32, Int32, Int32, Boolean, Boolean, Exception?) Constructor

Definition

Assembly XamlToCSharpGenerator.Runtime.Core.dll
public SourceGenHotDesignApplyResult(bool Succeeded, string Message, string? BuildUri = null, Type? TargetType = null, string? SourcePath = null, bool SourcePersisted = false, bool MinimalDiffApplied = false, int MinimalDiffStart = -1, int MinimalDiffRemovedLength = 0, int MinimalDiffInsertedLength = 0, bool HotReloadObserved = false, bool RuntimeFallbackApplied = false, Exception? Error = null)

Parameters

Succeeded
Boolean
Message
String
BuildUri
String
TargetType
Type?
SourcePath
String
SourcePersisted
Boolean
MinimalDiffApplied
Boolean
MinimalDiffStart
Int32
MinimalDiffRemovedLength
Int32
MinimalDiffInsertedLength
Int32
HotReloadObserved
Boolean
RuntimeFallbackApplied
Boolean
Error
Exception