'Declaration
Public Function New( _ ByVal pluginSetup As PluginSetup _ )
'Usage
Dim pluginSetup As PluginSetup Dim instance As New PluginSetup(pluginSetup)
public PluginSetup( PluginSetup pluginSetup )
public: PluginSetup( PluginSetup^ pluginSetup )
Parameters
- pluginSetup
- Plug-in setup to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).