QuickOPC User's Guide and Reference
PluginSetup Constructor(Uri)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensibility Namespace > PluginSetup Class > PluginSetup Constructor : PluginSetup Constructor(Uri)
The URI of the plug-in.
Initializes a new instance of the class. Initializes a new enumeration member with given URI.
Syntax
'Declaration
 
Public Function New( _
   ByVal uri As Uri _
)
'Usage
 
Dim uri As Uri
 
Dim instance As New PluginSetup(uri)
public PluginSetup( 
   Uri uri
)
public:
PluginSetup( 
   Uri^ uri
)

Parameters

uri
The URI of the plug-in.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also