Nevron Open Vision Documentation
Nevron.Nov Namespace / NApplication Class / RegisterPlugin Method


In This Topic
    RegisterPlugin Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub RegisterPlugin( _
       ByVal pluginType As System.Type, _
       ByVal pluginInstance As System.Type _
    ) 
    'Usage
     
    
    Dim pluginType As System.Type
    Dim pluginInstance As System.Type
     
    NApplication.RegisterPlugin(pluginType, pluginInstance)
    public static void RegisterPlugin( 
       System.Type pluginType,
       System.Type pluginInstance
    )

    Parameters

    pluginType
    pluginInstance
    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