C# Class Huddle.Ps.Provider.HuddleProvider

Inheritance: System.Management.Automation.Provider.ItemCmdletProvider
Afficher le fichier Open project: Huddle/Puddle

Méthodes protégées

Méthode Description
InitializeDefaultDrives ( ) : Collection
IsValidPath ( string path ) : bool
NewDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
NewDriveDynamicParameters ( ) : object
RemoveDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo

Private Methods

Méthode Description
NormalizePath ( string path ) : string

Method Details

InitializeDefaultDrives() protected méthode

protected InitializeDefaultDrives ( ) : Collection
Résultat Collection

IsValidPath() protected méthode

protected IsValidPath ( string path ) : bool
path string
Résultat bool

NewDrive() protected méthode

protected NewDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo
Résultat System.Management.Automation.PSDriveInfo

NewDriveDynamicParameters() protected méthode

protected NewDriveDynamicParameters ( ) : object
Résultat object

RemoveDrive() protected méthode

protected RemoveDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo
Résultat System.Management.Automation.PSDriveInfo