-
Home
-
API
-
XamlToCSharpGenerator.Runtime
-
SourceGenHotDesignApplyResult
SourceGenHotDesignApplyResult Class
Definition
Show inherited members (7)
public sealed record 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) : IEquatable<SourceGenHotDesignApplyResult>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
SourceGenHotDesignApplyResult(Boolean, String, String?, Type?, String?, Boolean, Boolean, Int32, Int32, Int32, Boolean, Boolean, Exception?)
Properties (13)