Struct RoslynScriptProvider.CompileResult
Represent structured information of code compilation result.
public struct RoslynScriptProvider.CompileResult
Constructors
- CompileResult(bool, ImmutableArray<Diagnostic>, IMethodSymbol)
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.
- EntryPoint
Represents an entry point of the successfull compilation.
- Exception
Represents an Exception occurred during compilation. Null if compilation succeed.
- Success
Represents a boolean value indicating whether compilation succeed.