Click or drag to resize
HostEnumerateOpenResources Method
Enumerates open resources from the local host.

Namespace: Alphaleonis.Win32.Network
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<OpenResourceInfo> EnumerateOpenResources()

Return Value

Type: IEnumerableOpenResourceInfo
Returns IEnumerableT open resources from the local host.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
NetworkInformationException
See Also