CompileResult Struct
Definition
Namespace: Alternet.FormDesigner.Wpf.Roslyn
Assembly: Alternet.FormDesigner.Roslyn.Wpf.v9.dll
Represent structured information of code compilation result.
Syntax
public struct CompileResult
Constructors
CompileResult(Boolean, ImmutableArray<Diagnostic>) | Initializes a new instance of the |
CompileResult(Exception) | Initializes a new instance of the |
Fields
Diagnostics | Represents List of |
Exception | Represents an Exception occurred during compilation. Null if compilation succeed. |
Success | Represents a boolean value indicating whether compilation succeed. |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()