C# Class UIAutomation.UiaProvider

Inheritance: System.Management.Automation.Provider.DriveCmdletProvider
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes protégées

Méthode Description
InitializeDefaultDrives ( ) : Collection
NewDriveDynamicParameters ( ) : object
RemoveDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo

The Windows PowerShell engine calls this method when the Remove-PSDrive cmdlet is run and the path to this provider is specified. This method closes the ODBC connection of the drive.

Start ( System.Management.Automation.ProviderInfo providerInfo ) : System.Management.Automation.ProviderInfo
Stop ( ) : void

Method Details

InitializeDefaultDrives() protected méthode

protected InitializeDefaultDrives ( ) : Collection
Résultat Collection

NewDriveDynamicParameters() protected méthode

protected NewDriveDynamicParameters ( ) : object
Résultat object

RemoveDrive() protected méthode

The Windows PowerShell engine calls this method when the Remove-PSDrive cmdlet is run and the path to this provider is specified. This method closes the ODBC connection of the drive.
protected RemoveDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo The drive to remove.
Résultat System.Management.Automation.PSDriveInfo

Start() protected méthode

protected Start ( System.Management.Automation.ProviderInfo providerInfo ) : System.Management.Automation.ProviderInfo
providerInfo System.Management.Automation.ProviderInfo
Résultat System.Management.Automation.ProviderInfo

Stop() protected méthode

protected Stop ( ) : void
Résultat void