QuickOPC User's Guide and Reference
InteropHelper Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComInterop Namespace : InteropHelper Class
Provides helper methods for interoperability with the COM technology.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComInterop.ComTypes._InteropHelper)>
<ComVisibleAttribute(True)>
<GuidAttribute("91018DF2-0AAD-4B76-92A2-46C27DDBF7FA")>
Public Class InteropHelper 
   Implements OpcLabs.BaseLib.ComInterop.ComTypes._InteropHelper 
'Usage
 
Dim instance As InteropHelper
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComInterop.ComTypes._InteropHelper)]
[ComVisible(true)]
[Guid("91018DF2-0AAD-4B76-92A2-46C27DDBF7FA")]
public class InteropHelper : OpcLabs.BaseLib.ComInterop.ComTypes._InteropHelper  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComInterop.ComTypes._InteropHelper)]
[ComVisible(true)]
[Guid("91018DF2-0AAD-4B76-92A2-46C27DDBF7FA")]
public ref class InteropHelper : public OpcLabs.BaseLib.ComInterop.ComTypes._InteropHelper  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.ComInterop.InteropHelper

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