HostEnumerateOpenResources Method |
Enumerates open resources from the local host.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static IEnumerable<OpenResourceInfo> EnumerateOpenResources()
Public Shared Function EnumerateOpenResources As IEnumerable(Of OpenResourceInfo)
public:
static IEnumerable<OpenResourceInfo^>^ EnumerateOpenResources()
static member EnumerateOpenResources : unit -> IEnumerable<OpenResourceInfo>
Return Value
Type:
IEnumerableOpenResourceInfoReturns
IEnumerableT open resources from the local host.
Exceptions See Also