Skip to content

Volume Class

Jared Atkinson edited this page Nov 5, 2015 · 4 revisions

Syntax

public class Volume
{
    // Static Methods
    public static VolumeName GetVolumeName(string volume)
    public static VolumeName GetVolumeNameByPath(string path)
    public static VolumeInformation GetVolumeInformation(string volume)
    public static VolumeInformation GetVolumeInformationByPath(string path)
    
}

Methods

Name Description
GetVolumeName(string)
GetVolumeNameByPath(string)
GetVolumeInformation(string)
GetVolumeInformationByPath(string)

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally