C# Class System.IO.Abstractions.DriveInfoWrapper

Inheritance: System.IO.Abstractions.DriveInfoBase
显示文件 Open project: tathamoddie/System.IO.Abstractions

Public Methods

Method Description
DriveInfoWrapper ( DriveInfo instance )

Initializes a new instance of the DriveInfoWrapper class, which acts as a wrapper for a drive info.

ToString ( ) : string

Method Details

DriveInfoWrapper() public method

Initializes a new instance of the DriveInfoWrapper class, which acts as a wrapper for a drive info.
public DriveInfoWrapper ( DriveInfo instance )
instance DriveInfo The drive info.

ToString() public method

public ToString ( ) : string
return string