DriveType (System.IO.DriveType)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Defines constants for drive types, including CDRom, Fixed, Network, NoRootDirectory, Ram, Removable, and Unknown.

VB.NET C#

C#

public enum struct DriveType : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

AppDev: Something You Should Know by Irena Kennedy : SYSK 162: P ...

... Compare(driveInfo.RootDirectory.FullName, di.Root.FullName, true ) == 0) { if (driveInfo.DriveType == System.IO. DriveType .Unknown)

System.IO.DriveType列挙体のNoRootDirectoryとは - MSDN ...

System.IO.DriveType列挙体のNoRootDirectoryとは スレッド開始者: いそ 開始日時: 09 9 2006 11:59 午前 UTC 返信数: 2 ...

HotDog's Blog

using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Text; using System.Windows.Forms; using System.ComponentModel;

add/change/remove network mapping

The title was what this class was mainly created for. It's a small wrapper that ... get { return info != null && info.DriveType != System.IO. DriveType .NoRootDirectory;

Mono Documentation

Mono Class Library : System.IO Namespace System.IO.DriveType Enumeration: Note: This namespace, class, or member is supported only in version .NET 2.0 ...

DriveInfo.DriveType Property (System.IO)

Property Value Type: System.IO . . :: . DriveType. One of the DriveType values. ... The following code example demonstrates the use of the DriveInfo class to display ...

DriveType Enumeration (System.IO)

Note: This enumeration is new in the .NET Framework version 2.0. Defines ... Previous Versions .NET Framework 2.0 Class Library Reference System.IO DriveType Enumeration

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support