EmitResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result of the Compilation.Emit method.
public ref class EmitResult
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
public class EmitResult
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")>]
type EmitResult = class
Public Class EmitResult
- Inheritance
-
EmitResult
- Derived
- Attributes
Properties
Diagnostics |
A list of all the diagnostics associated with compilations. This include parse errors, declaration errors, compilation errors, and emitting errors. |
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. |
Methods
GetDebuggerDisplay() |