CSharpEditor  1.1.2
A C# source code editor with syntax highlighting, intelligent code completion and real-time compilation error checking
CSharpEditor.CompilationEventArgs Class Reference

A class to hold data for an event where a background compilation has completed. More...

Inheritance diagram for CSharpEditor.CompilationEventArgs:

Properties

CSharpCompilation Compilation [get]
 A CSharpCompilation object containing information about the compilation that has completed, which can be used to Emit an assembly, if successful. More...
 

Detailed Description

A class to hold data for an event where a background compilation has completed.

Definition at line 769 of file Editor.public.cs.

Property Documentation

◆ Compilation

CSharpCompilation CSharpEditor.CompilationEventArgs.Compilation
get

A CSharpCompilation object containing information about the compilation that has completed, which can be used to Emit an assembly, if successful.

Definition at line 774 of file Editor.public.cs.


The documentation for this class was generated from the following file: