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


In This Topic
    NCompilerResult Class Members
    In This Topic

    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