GetLogicalDrives() public abstract méthode

public abstract GetLogicalDrives ( ) : string[]
Résultat string[]
Exemple #1
0
 public override string[] GetLogicalDrives()
 {
     // This API is always blocked on WinRT, don't use Win32
     return(_winRTFileSystem.GetLogicalDrives());
 }
Exemple #2
0
 public static string[] GetLogicalDrives()
 {
     return(FileSystem.GetLogicalDrives());
 }