| NetworkInterfaceInformation Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: com.softwarekey.Client.Utils.SystemComponent
 Syntax
SyntaxThe NetworkInterfaceInformation type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | NetworkInterfaceInformation | Creates a new NetworkInterfaceInformation object. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | MACAddresses | Gets the list of MAC addresses. | 
|  | Names | Gets the list of network adapter names. | 
|  | Properties | Gets a list of SystemComponentProperty objects.(Inherited from SystemComponent.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Initialize | Initializes this SystemComponent.(Inherited from SystemComponent.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ShouldIgnore | Determines whether or not to ignore the given component property.(Overrides SystemComponentShouldIgnore(String).) | 
|  | ToString | (Inherited from Object.) | 
 Remarks
Remarks|  Caution | 
|---|
| The NetworkInterfaceInformation class is not available in the .NET Standard PLUSManaged assembly. | 
 See Also
See Also