C# Class GangsDrive.GangsDriver

Afficher le fichier Open project: pknam/GangsDrive Class Usage Examples

Protected Properties

Свойство Type Description
_driverName string
_isMounted bool
_mountPoint string

Méthodes publiques

Méthode Description
ClearMountPoint ( ) : void
GangsDriver ( string _mountPoint, string _driverName ) : System
Mount ( ) : void

Méthodes protégées

Méthode Description
OnMountChanged ( connector e ) : void

Method Details

ClearMountPoint() public méthode

public ClearMountPoint ( ) : void
Résultat void

GangsDriver() public méthode

public GangsDriver ( string _mountPoint, string _driverName ) : System
_mountPoint string
_driverName string
Résultat System

Mount() public méthode

public Mount ( ) : void
Résultat void

OnMountChanged() protected méthode

protected OnMountChanged ( connector e ) : void
e connector
Résultat void

Property Details

_driverName protected_oe property

protected string _driverName
Résultat string

_isMounted protected_oe property

protected bool _isMounted
Résultat bool

_mountPoint protected_oe property

protected string _mountPoint
Résultat string