Nevron Open Vision Documentation
Nevron.Nov.Compiler Namespace / NCompilerResult Class / dGUd Method


In This Topic
    dGUd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub dGUd( _
       ByVal EGUd As System.Reflection.Assembly, _
       ByVal fGUd As NList(Of NCompilerDiagnostic) _
    ) 
    'Usage
     
    
    Dim instance As NCompilerResult
    Dim EGUd As System.Reflection.Assembly
    Dim fGUd As NList(Of NCompilerDiagnostic)
     
    instance.dGUd(EGUd, fGUd)
    internal void dGUd( 
       System.Reflection.Assembly EGUd,
       NList<NCompilerDiagnostic> fGUd
    )

    Parameters

    EGUd
    fGUd
    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