C# Class System.IO.FileSystem.DriveInfoTests.DriveInfoWindowsTests

Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode Description
GetDiskFreeSpaceEx ( string drive, long &freeBytesForUser, long &totalBytes, long &freeBytes ) : bool
GetDriveType ( string drive ) : int
GetInvalidDriveLettersOnMachine ( ) : IEnumerable
GetLogicalDrives ( ) : int
GetValidDriveLettersOnMachine ( ) : IEnumerable
GetVolumeInformation ( string drive, StringBuilder volumeName, int volumeNameBufLen, int &volSerialNumber, int &maxFileNameLen, int &fileSystemFlags, StringBuilder fileSystemName, int fileSystemNameBufLen ) : bool
GetVolumeLabel_Returns_CorrectLabel ( ) : void
SetVolumeLabel_Roundtrips ( ) : void
TestConstructor ( ) : void
TestDriveFormat ( ) : void
TestDriveType ( ) : void
TestGetDrives ( ) : void
TestInvalidDiskProperties ( ) : void
TestValidDiskSpaceProperties ( ) : void
VolumeLabelOnNetworkOrCdRom_Throws ( ) : void