Property | Type | Description | |
---|---|---|---|
_driverName | string | ||
_isMounted | bool | ||
_mountPoint | string |
Method | Description | |
---|---|---|
ClearMountPoint ( ) : void | ||
GangsDriver ( string _mountPoint, string _driverName ) : System | ||
Mount ( ) : void |
Method | Description | |
---|---|---|
OnMountChanged ( connector e ) : void |
public GangsDriver ( string _mountPoint, string _driverName ) : System | ||
_mountPoint | string | |
_driverName | string | |
return | System |
protected OnMountChanged ( connector e ) : void | ||
e | connector | |
return | void |