[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
)
Public Shared Function GetNetwork (
networkID As Guid
) As NetworkInfo
public:
static NetworkInfo^ GetNetwork(
Guid networkID
)
static member GetNetwork :
networkID : Guid -> NetworkInfo
Parameters
- networkID
- Type: SystemGuid
The Guid that defines a network.
Return Value
Type:
NetworkInfoA
NetworkInfo instance from the local host, as specified by
networkID.
See Also