Gets the MACs of all network cards on the running computer.
Namespace:
SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetNetworkCardMac() As String() |
C# |
---|
public static string[] GetNetworkCardMac() |
C++ |
---|
public: static array<String>^ GetNetworkCardMac() |
J# |
---|
public static string[] GetNetworkCardMac() |
JScript |
---|
public static
function GetNetworkCardMac() : String[] |
See Also