QuickOPC User's Guide and Reference
_PluginSetup Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensibility.ComTypes Namespace : _PluginSetup Interface
Exposes OpcLabs.BaseLib.Extensibility.PluginSetup to COM clients.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("CB3B0F1E-F050-41A5-8478-E3B2D2B5CC9F")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _PluginSetup 
'Usage
 
Dim instance As _PluginSetup
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("CB3B0F1E-F050-41A5-8478-E3B2D2B5CC9F")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _PluginSetup 
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("CB3B0F1E-F050-41A5-8478-E3B2D2B5CC9F")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _PluginSetup 
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