EmitDifferenceResult Class

Definition

public ref class EmitDifferenceResult sealed : Microsoft::CodeAnalysis::Emit::EmitResult
public sealed class EmitDifferenceResult : Microsoft.CodeAnalysis.Emit.EmitResult
type EmitDifferenceResult = class
    inherit EmitResult
Public NotInheritable Class EmitDifferenceResult
Inherits EmitResult
Inheritance
EmitDifferenceResult

Properties

Baseline
ChangedTypes

Handles of types that were changed (updated or inserted) in this delta.

Diagnostics

A list of all the diagnostics associated with compilations. This include parse errors, declaration errors, compilation errors, and emitting errors.

(Inherited from EmitResult)
Success

True if the compilation successfully produced an executable. If false then the diagnostics should include at least one error diagnostic indicating the cause of the failure.

(Inherited from EmitResult)
UpdatedMethods

Handles of methods with sequence points that have been updated in this delta.

Methods

GetDebuggerDisplay() (Inherited from EmitResult)

Applies to