QuickOPC User's Guide and Reference
Object2 Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : Object2 Class
A common base class.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._Object2)>
<ComVisibleAttribute(True)>
<ExceptionContractVerificationAttribute(True)>
<GuidAttribute("E2F6E7B2-ECC8-41A5-B9A3-FC75F308B980")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class Object2 
   Implements OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As Object2
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._Object2)]
[ComVisible(true)]
[ExceptionContractVerification(true)]
[Guid("E2F6E7B2-ECC8-41A5-B9A3-FC75F308B980")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class Object2 : OpcLabs.BaseLib.ComTypes._Object2  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._Object2)]
[ComVisible(true)]
[ExceptionContractVerification(true)]
[Guid("E2F6E7B2-ECC8-41A5-B9A3-FC75F308B980")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class Object2 : public OpcLabs.BaseLib.ComTypes._Object2  
Remarks

The equality members are not defined intentionally. Use Info if you need them.

Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info

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