QuickOPC User's Guide and Reference
NetworkAddress Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Networking Namespace : NetworkAddress Class
Represents network address information.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Networking.ComTypes._NetworkAddress)>
<ComVisibleAttribute(False)>
<GuidAttribute("0AF46A4F-3795-4095-AEFF-815617F0359F")>
<ValueControlAttribute("OpcLabs.BaseLib.Forms.Networking.Internal.NetworkAddressControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", CanChangeReadWrite=True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public MustInherit Class NetworkAddress 
   Inherits OpcLabs.BaseLib.Info
   Implements OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.Networking.ComTypes._NetworkAddress, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As NetworkAddress
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Networking.ComTypes._NetworkAddress)]
[ComVisible(false)]
[Guid("0AF46A4F-3795-4095-AEFF-815617F0359F")]
[ValueControl("OpcLabs.BaseLib.Forms.Networking.Internal.NetworkAddressControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", CanChangeReadWrite=true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public abstract class NetworkAddress : OpcLabs.BaseLib.Info, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.Networking.ComTypes._NetworkAddress, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Networking.ComTypes._NetworkAddress)]
[ComVisible(false)]
[Guid("0AF46A4F-3795-4095-AEFF-815617F0359F")]
[ValueControl("OpcLabs.BaseLib.Forms.Networking.Internal.NetworkAddressControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", CanChangeReadWrite=true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class NetworkAddress abstract : public OpcLabs.BaseLib.Info, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.Networking.ComTypes._NetworkAddress, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.BaseLib.Networking.NetworkAddress
            OpcLabs.BaseLib.Networking.ResourceAddress

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