mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
DOCUMENTATION: Added XML documentation to DiscImageChef.Devices.
This commit is contained in:
@@ -43,6 +43,10 @@ namespace DiscImageChef.Devices.FreeBSD
|
||||
{
|
||||
static class ListDevices
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets a list of all known storage devices on FreeBSD
|
||||
/// </summary>
|
||||
/// <returns>List of devices</returns>
|
||||
internal static DeviceInfo[] GetList()
|
||||
{
|
||||
string[] passDevices = Directory.GetFiles("/dev/", "pass*", SearchOption.TopDirectoryOnly);
|
||||
|
||||
Reference in New Issue
Block a user