C# Class GangsDrive.GangsDriver

ファイルを表示 Open project: pknam/GangsDrive Class Usage Examples

Protected Properties

Property Type Description
_driverName string
_isMounted bool
_mountPoint string

Public Methods

Method Description
ClearMountPoint ( ) : void
GangsDriver ( string _mountPoint, string _driverName ) : System
Mount ( ) : void

Protected Methods

Method Description
OnMountChanged ( connector e ) : void

Method Details

ClearMountPoint() public method

public ClearMountPoint ( ) : void
return void

GangsDriver() public method

public GangsDriver ( string _mountPoint, string _driverName ) : System
_mountPoint string
_driverName string
return System

Mount() public method

public Mount ( ) : void
return void

OnMountChanged() protected method

protected OnMountChanged ( connector e ) : void
e connector
return void

Property Details

_driverName protected_oe property

protected string _driverName
return string

_isMounted protected_oe property

protected bool _isMounted
return bool

_mountPoint protected_oe property

protected string _mountPoint
return string