QuickOPC User's Guide and Reference
Instance Field (InteropHelper)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComInterop Namespace > InteropHelper Class : Instance Field
An instance of the interop helper object.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Instance As InteropHelper
'Usage
 
Dim value As InteropHelper
 
value = InteropHelper.Instance
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static readonly InteropHelper Instance
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static readonly InteropHelper^ Instance
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