Nevron Open Vision Documentation
Nevron.Nov Namespace / NApplication Class / CreatePlugins<T> Method


In This Topic
    CreatePlugins<T> Method
    In This Topic
    Cerates the plugins of the specified type.
    Syntax
    'Declaration
     
    
    Public Shared Function CreatePlugins(Of T)() As T()
    'Usage
     
    
    Dim value() As T
     
    value = NApplication.CreatePlugins(Of T)()
    public static T[] CreatePlugins<T>()

    Type Parameters

    T
    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