Alvas.FileControls Class Library

DiskInfo Members

DiskInfo overview

Public Instance Constructors

DiskInfo Constructor

Public Instance Properties

BytesPerSector Returns number of bytes per sector.
Container (inherited from Component) Gets the IContainer that contains the Component.
DiskSerialNumber Returns the volume serial number.
Drive Gets and sets the name of the specified drive. Sets this property to get information about the disk.
Drives Shows all drives on the computer.
FileSystemName Returns the name of the file system (such as FAT or NTFS).
Flags Returns flags associated with the specified file system.
MaxComponentLength Returns the maximum length in characters of a filename component supported by the specified file system. A filename component is the portion of a filename between backslashes.
NumberOfFreeClusters Returns total number of free clusters on the disk.
SectorsPerCluster Returns number of sectors per cluster.
Site (inherited from Component) Gets or sets the ISite of the Component.
TotalNumberOfClusters Returns total number of clusters on the disk.
Type Returns type of the drive.
VolumeLabel Reads and writes the label of the specified volume.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component) Releases all resources used by the Component.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
ToString (inherited from Component) 

Public Instance Events

Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

See Also

DiskInfo Class | Alvas.Windows.Forms.FileControls Namespace