|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Represents a Network adapter
Field Summary | |
---|---|
System.Management.ManagementObject | adapter |
NetSamples.Common.Management.NetworkAdapter[] | adapters |
NetSamples.Common.Management.NetworkAdapterConfiguration[] | configurations |
NetSamples.Common.Management.NetworkProtocol[] | protocols |
Constructor Summary | |
---|---|
NetworkAdapter(System.Management.ManagementObject mgmtobject) Constructor - private visibility |
Property Summary | |
---|---|
NetSamples.Common.Management.NetworkAdapter[] |
Adapters
The collection of network adapters |
string |
AdapterType
Adapter type |
ushort |
Availability
Availability |
string |
Caption
Caption |
uint |
ConfigManagerErrorCode
Configuration error code |
bool |
ConfigManagerUserConfig
User configuration |
NetSamples.Common.Management.NetworkAdapterConfiguration[] |
Configurations
The collection of Network adapter configurations |
string |
CreationClassName
Class name |
string |
Description
Description |
string |
DeviceID
Device ID |
uint |
Index
Adapter index |
string |
InstallDate
Install Date |
bool |
Installed
Install status |
object |
Item[string key] Indexer - retrieve the adapter with the specified name |
string |
MACAddress
MAC address |
string |
Manufacturer
Manufacturer |
uint |
MaxNumberControlled
To be supplied |
string |
Name
Name |
string[] |
NetworkAddresses
The network addresses for the Adapter |
string |
PermanentAddress
Permanent Address |
string |
PNPDeviceID
Plug and Play Device ID |
ushort[] |
PowerManagementCapabilities
Detailed Power Management capabilities |
bool |
PowerManagementSupported
Power management support |
string |
ProductName
Product Name |
NetSamples.Common.Management.NetworkProtocol[] |
Protocols
Bound network protocols |
string |
ServiceName
Service name |
ulong |
Speed
Speed |
string |
Status
Status |
ushort |
StatusInfo
Status information |
string |
SystemCreationClassName
Class name |
string |
SystemName
System Name |
string |
TimeOfLastReset
Last Reset time |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
private System.Management.ManagementObject adapter
private NetSamples.Common.Management.NetworkAdapter[] adapters
private NetSamples.Common.Management.NetworkAdapterConfiguration[] configurations
private NetSamples.Common.Management.NetworkProtocol[] protocols
Constructor Detail |
---|
private NetworkAdapter(System.Management.ManagementObject mgmtobject)
Constructor - private visibility
Property Detail |
---|
public NetSamples.Common.Management.NetworkAdapter[] Adapters
The collection of network adapters
public string AdapterType
Adapter type
public ushort Availability
Availability
public string Caption
Caption
public uint ConfigManagerErrorCode
Configuration error code
public bool ConfigManagerUserConfig
User configuration
public NetSamples.Common.Management.NetworkAdapterConfiguration[] Configurations
The collection of Network adapter configurations
public string CreationClassName
Class name
public string Description
Description
public string DeviceID
Device ID
public uint Index
Adapter index
public string InstallDate
Install Date
public bool Installed
Install status
public object this[string key]
Indexer - retrieve the adapter with the specified name
public string MACAddress
MAC address
public string Manufacturer
Manufacturer
public uint MaxNumberControlled
To be supplied
public string Name
Name
public string[] NetworkAddresses
The network addresses for the Adapter
public string PermanentAddress
Permanent Address
public string PNPDeviceID
Plug and Play Device ID
public ushort[] PowerManagementCapabilities
Detailed Power Management capabilities
public bool PowerManagementSupported
Power management support
public string ProductName
Product Name
public NetSamples.Common.Management.NetworkProtocol[] Protocols
Bound network protocols
public string ServiceName
Service name
public ulong Speed
Speed
public string Status
Status
public ushort StatusInfo
Status information
public string SystemCreationClassName
Class name
public string SystemName
System Name
public string TimeOfLastReset
Last Reset time
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |