Share via


DriveShortInfo Class

 

Contains a short description of the drive.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.FolderTreeNodeInfo
    Microsoft.WindowsServerSolutions.Storage.DriveShortInfo

Syntax

[DataContractAttribute]
public class DriveShortInfo : FolderTreeNodeInfo
[DataContractAttribute]
public ref class DriveShortInfo : FolderTreeNodeInfo
<DataContractAttribute>
Public Class DriveShortInfo
    Inherits FolderTreeNodeInfo

Constructors

Name Description
System_CAPS_pubmethod DriveShortInfo()

Creates a new instance of the DriveShortInfo object.

Properties

Name Description
System_CAPS_pubproperty DeviceName

Gets and sets the device name.

System_CAPS_pubproperty FileSystem

Gets and sets the file system.

System_CAPS_pubproperty FullName

Gets and sets the full name of the folder tree node.(Inherited from FolderTreeNodeInfo.)

System_CAPS_pubproperty Name

Gets and sets the name of the folder tree node.(Inherited from FolderTreeNodeInfo.)

System_CAPS_pubproperty Size

Gets and sets the size of the drive.

System_CAPS_pubproperty SizeRemaining

Gets and sets the remaining size of the drive.

System_CAPS_pubproperty VolumeName

Gets and sets the volume name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top