Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
PSDriveInfo Class
Provides information about a Windows PowerShell drive that is used to access stored data through a provider.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in system.management.automation.dll)
Dim instance As PSDriveInfo
Visual Basic
Public Class PSDriveInfo
    Implements IComparable
C#
public class PSDriveInfo : IComparable
C++
public ref class PSDriveInfo : IComparable
J#
public class PSDriveInfo implements IComparable
JScript
public class PSDriveInfo implements IComparable

A provider can derive from this class to provide its own public members or to cache information related to a drive. For instance, if a drive is a connection to a remote machine and making that connection is expensive, the provider might want to keep a handle to the connection as a member of a derived PSDriveInfo class when the provider is invoked.

A Windows PowerShell drive extends the concept of a typical drive in the following ways:

  • A Windows PowerShell drive name can be any alphanumeric sequence.

  • A Windows PowerShell drive can be defined at any valid root or point on a path.

  • A Windows PowerShell drive can be implemented by any Windows PowerShell provider, not just the file system. For example, a drive could be defined on the Active Directory or the Registry.


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

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker