HostEnumerateShares Method (Boolean) |
Enumerates Server Message Block (SMB) shares from the local host.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static IEnumerable<ShareInfo> EnumerateShares(
bool continueOnException
)
Public Shared Function EnumerateShares (
continueOnException As Boolean
) As IEnumerable(Of ShareInfo)
public:
static IEnumerable<ShareInfo^>^ EnumerateShares(
bool continueOnException
)
static member EnumerateShares :
continueOnException : bool -> IEnumerable<ShareInfo>
Parameters
- continueOnException
- Type: SystemBoolean
suppress any Exception that might be thrown as a result from a failure, such as unavailable resources.
Return Value
Type:
IEnumerableShareInfoIEnumerableT shares from the specified host.
Remarks This method also enumerates hidden shares.
See Also