Click or drag to resize

HostGetNetwork Method

[AlphaFS] Rretrieves a network based on a supplied network ID from the local host.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static NetworkInfo GetNetwork(
	Guid networkID
)

Parameters

networkID
Type: SystemGuid
The Guid that defines a network.

Return Value

Type: NetworkInfo
A NetworkInfo instance from the local host, as specified by networkID.
See Also