Search Results for

    Show / Hide Table of Contents

    Class EmitDifferenceResult

    Inheritance
    object
    EmitResult
    EmitDifferenceResult
    Inherited Members
    EmitResult.Success
    EmitResult.Diagnostics
    object.GetType()
    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 sealed class EmitDifferenceResult : EmitResult

    Properties

    Baseline

    Declaration
    public EmitBaseline? Baseline { get; }
    Property Value
    Type Description
    EmitBaseline

    ChangedTypes

    Declaration
    public ImmutableArray<TypeDefinitionHandle> ChangedTypes { get; }
    Property Value
    Type Description
    ImmutableArray<TypeDefinitionHandle>

    UpdatedMethods

    Declaration
    public ImmutableArray<MethodDefinitionHandle> UpdatedMethods { get; }
    Property Value
    Type Description
    ImmutableArray<MethodDefinitionHandle>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0