NevronOpenVision
Nevron.Nov.Compiler Namespace / NCompilerResult Class
Properties Methods


NCompilerResult Class Members

The following tables list the members exposed by NCompilerResult.

Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Properties
 NameDescription
Public PropertyGets the compiled assembly, in case Succsess is true.  
Public PropertyGets the collection of diagnostics associated with the compilation (i.e. errors, warnings etc.)  
Public PropertyGets whether the code has been successfully compiled.  
Top
Public Methods
 NameDescription
Public MethodInitializes a failed compiler result.  
Public MethodInitializes a successful compiler result.  
Top
See Also