QuickOPC User's Guide and Reference
IEasyUAClientExtension Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : IEasyUAClientExtension Class
Contains extension methods to the IEasyUAClient interface.
Syntax
'Declaration
 
<ExtensionAttribute()>
<ComVisibleAttribute(False)>
<ExceptionContractVerificationAttribute(True)>
Public MustInherit NotInheritable Class IEasyUAClientExtension 
'Usage
 
Dim instance As IEasyUAClientExtension
[Extension()]
[ComVisible(false)]
[ExceptionContractVerification(true)]
public static class IEasyUAClientExtension 
[Extension()]
[ComVisible(false)]
[ExceptionContractVerification(true)]
public ref class IEasyUAClientExtension abstract sealed 
Remarks

NOTE: This class is intentionally *not* placed in the Extensions namespace, but rather alongside the extendee. The extension methods in this class are commonly used, and from the point of view of the developer, can be considered as part of the interface. In addition, this placement allows less namespaces references in typical projects, and better consistency with the COM interfaces (as only methods from this extension class may appear in the COM interfaces).

Other extension classes may exist as well.

Inheritance Hierarchy

System.Object
   OpcLabs.EasyOpc.UA.IEasyUAClientExtension

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