Table of Contents

Class NetworkAdapters

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of network adapters.

public class NetworkAdapters : BypassSection
Inheritance
NetworkAdapters
Inherited Members

Constructors

NetworkAdapters()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkAdapters class.

public NetworkAdapters()

Properties

Items

Gets or sets the items in the collection.

public NetworkAdapterCollection Items { get; set; }

Property Value

NetworkAdapterCollection

PhysicalAdapters

Gets the physical adapters in the collection.

public NetworkAdapterCollection PhysicalAdapters { get; }

Property Value

NetworkAdapterCollection

VisibleAdapters

Gets the visible adapters in the collection.

public NetworkAdapterCollection VisibleAdapters { get; }

Property Value

NetworkAdapterCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.NetworkAdapters class from the specified XML.

public static NetworkAdapters FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

NetworkAdapters

A CENTREL.XIA.Configuration.Types.NetworkAdapters class.

ToString()

Returns the network adapters as a human readable string.

public override string ToString()

Returns

string

The network adapters as a human readable string.