Search Results for

    Show / Hide Table of Contents

    Class EmitResult

    Inheritance
    object
    EmitResult
    EmitDifferenceResult
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis.Emit
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public class EmitResult

    Properties

    Diagnostics

    Declaration
    public ImmutableArray<Diagnostic> Diagnostics { get; }
    Property Value
    Type Description
    ImmutableArray<Diagnostic>

    Success

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    bool

    Methods

    GetDebuggerDisplay()

    Declaration
    protected virtual string GetDebuggerDisplay()
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0