C# 클래스 UIAutomation.UiaProvider

상속: System.Management.Automation.Provider.DriveCmdletProvider
파일 보기 프로젝트 열기: apetrovskiy/STUPS

보호된 메소드들

메소드 설명
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