C# Class Huddle.Ps.Provider.HuddleProvider

Inheritance: System.Management.Automation.Provider.ItemCmdletProvider
ファイルを表示 Open project: Huddle/Puddle

Protected Methods

Method 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

Method Description
NormalizePath ( string path ) : string

Method Details

InitializeDefaultDrives() protected method

protected InitializeDefaultDrives ( ) : Collection
return Collection

IsValidPath() protected method

protected IsValidPath ( string path ) : bool
path string
return bool

NewDrive() protected method

protected NewDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo
return System.Management.Automation.PSDriveInfo

NewDriveDynamicParameters() protected method

protected NewDriveDynamicParameters ( ) : object
return object

RemoveDrive() protected method

protected RemoveDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo
return System.Management.Automation.PSDriveInfo