Gets the name of the computer.


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetMachineName() As String
C#
public static string GetMachineName()
C++
public:
static String GetMachineName()
J#
public static string GetMachineName()
JScript
public static function GetMachineName() : String

See Also