OPC Studio User's Guide and Reference
AbstractBinding Constructor()



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > AbstractBinding Class > AbstractBinding Constructor : AbstractBinding Constructor()
A portable component.
Syntax
'Declaration
 
Protected Friend Function New()
'Usage
 
Dim instance As New AbstractBinding()
protected internal AbstractBinding()
protected internal:
AbstractBinding();
Remarks

Represents a widget component that can be used in various applications. This class provides the base functionality for a widget, including serialization, licensing, and diagnostics support. It is designed to be extended for specific widget implementations.

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