Click or drag to resize
HostEnumerateShares Method
Enumerates Server Message Block (SMB) shares from the local host.

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

Return Value

Type: IEnumerableShareInfo
Returns IEnumerableT shares from the specified host.
See Also