Table of Contents

Struct CompileResult

Namespace
Alternet.FormDesigner.WinForms.Roslyn
Assembly
Alternet.FormDesigner.Roslyn.v9.dll

Represent structured information of code compilation result.

public struct CompileResult

Constructors

CompileResult(bool, ImmutableArray<Diagnostic>)

Initializes a new instance of the CompileResult class with specified parameters.

CompileResult(Exception)

Initializes a new instance of the CompileResult class with specified parameters.

Fields

Diagnostics

Represents List of Microsoft.CodeAnalysis.Diagnostic compilation.

Exception

Represents an Exception occurred during compilation. Null if compilation succeed.

Success

Represents a boolean value indicating whether compilation succeed.