Click or drag to resize

HostGetUncName Method (String)

Return the host name in UNC format, for example: \\hostname

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static string GetUncName(
	string computerName
)

Parameters

computerName
Type: SystemString
Name of the computer.

Return Value

Type: String
The unc name.
See Also