Nevron Open Vision Documentation
Nevron.Nov.Compiler Namespace / NCompilerResult Class / CompiledAssembly Property


In This Topic
    CompiledAssembly Property
    In This Topic
    Gets the compiled assembly, in case Succsess is true.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CompiledAssembly As System.Reflection.Assembly
    'Usage
     
    
    Dim instance As NCompilerResult
    Dim value As System.Reflection.Assembly
     
    value = instance.CompiledAssembly
    public System.Reflection.Assembly CompiledAssembly {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also