C# Класс UIAutomation.UiaProvider

Наследование: System.Management.Automation.Provider.DriveCmdletProvider
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Описание методов

InitializeDefaultDrives() защищенный Метод

protected InitializeDefaultDrives ( ) : Collection
Результат Collection

NewDriveDynamicParameters() защищенный Метод

protected NewDriveDynamicParameters ( ) : object
Результат object

RemoveDrive() защищенный Метод

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.
Результат System.Management.Automation.PSDriveInfo

Start() защищенный Метод

protected Start ( System.Management.Automation.ProviderInfo providerInfo ) : System.Management.Automation.ProviderInfo
providerInfo System.Management.Automation.ProviderInfo
Результат System.Management.Automation.ProviderInfo

Stop() защищенный Метод

protected Stop ( ) : void
Результат void