C# 클래스 GangsDrive.GangsDriver

파일 보기 프로젝트 열기: pknam/GangsDrive 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_driverName string
_isMounted bool
_mountPoint string

공개 메소드들

메소드 설명
ClearMountPoint ( ) : void
GangsDriver ( string _mountPoint, string _driverName ) : System
Mount ( ) : void

보호된 메소드들

메소드 설명
OnMountChanged ( connector e ) : void

메소드 상세

ClearMountPoint() 공개 메소드

public ClearMountPoint ( ) : void
리턴 void

GangsDriver() 공개 메소드

public GangsDriver ( string _mountPoint, string _driverName ) : System
_mountPoint string
_driverName string
리턴 System

Mount() 공개 메소드

public Mount ( ) : void
리턴 void

OnMountChanged() 보호된 메소드

protected OnMountChanged ( connector e ) : void
e connector
리턴 void

프로퍼티 상세

_driverName 보호되어 있는 프로퍼티

protected string _driverName
리턴 string

_isMounted 보호되어 있는 프로퍼티

protected bool _isMounted
리턴 bool

_mountPoint 보호되어 있는 프로퍼티

protected string _mountPoint
리턴 string