Gets name of the current host.

Namespace:  PerpetuumSoft.Framework.Utilities
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static string GetComputerName()
Visual Basic (Declaration)
Public Shared Function GetComputerName As String
Visual C++
public:
static String^ GetComputerName()

See Also