CmisProvider.CmisProvider.NewDrive C# (CSharp) 메소드

NewDrive() 보호된 메소드

protected NewDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo
리턴 System.Management.Automation.PSDriveInfo
        protected override PSDriveInfo NewDrive(PSDriveInfo drive)
        {
            return base.NewDrive(drive);
        }