IPv4Configuration Class

Represents the IPv4 address and network mask of a network interface. This class can only be used in RTX64 3.2 or later.

Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64RTX64Object
    IntervalZero.RTX64.ConfigIPv4Configuration

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public class IPv4Configuration : RTX64Object, 
	IConfigIPv4Configuration

The IPv4Configuration type exposes the following members.

Properties
NameDescription
Public propertyCreationTime
Date and time the object was created.
(Inherited from RTX64Object.)
Public propertyIPv4Address
This property is the IP4vAddress that is paired with the Netmask that is contained within this class
Protected propertyIsDisposed
True if the object has been disposed, false otherwise.
(Inherited from RTX64Object.)
Public propertyName
Name of the object.
(Inherited from RTX64Object.)
Public propertyNetmask
This property is the Netmask that is paired with the IPv4Address that is contained within this class
Top
Methods
NameDescription
Public methodDispose
Dispose method.
(Inherited from RTX64Object.)
Protected methodOnNotifyPropertyChanged
Called when a property is changed
(Inherited from RTX64Object.)
Top
Events
NameDescription
Public eventPropertyChanged
Event Fired when a property value is changed
(Inherited from RTX64Object.)
Top
See Also