C# Class SecureDeleteWinForms.WipeTools.FreeSpaceTool.VolumeInfo

Show file Open project: gratianlup/SecureDelete

Public Properties

Property Type Description
Format VolumeFormat
FreeSpace long
IconHandle System.IntPtr
Letter char
Name string
TotalSpace long

Property Details

Format public property

public VolumeFormat Format
return VolumeFormat

FreeSpace public property

public long FreeSpace
return long

IconHandle public property

public IntPtr,System IconHandle
return System.IntPtr

Letter public property

public char Letter
return char

Name public property

public string Name
return string

TotalSpace public property

public long TotalSpace
return long