Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / GvEG Class / dWEG Method


In This Topic
    dWEG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function dWEG( _
       ByVal EWEG As System.String, _
       ByVal fWEG As System.Type _
    ) As System.Delegate
    'Usage
     
    
    Dim EWEG As System.String
    Dim fWEG As System.Type
    Dim value As System.Delegate
     
    value = GvEG.dWEG(EWEG, fWEG)
    internal static System.Delegate dWEG( 
       System.string EWEG,
       System.Type fWEG
    )

    Parameters

    EWEG
    fWEG
    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