C# Class GangsDrive.GangsDriverSet

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

Public Methods

Method Description
GangsDriverSet ( GangsDriver driver ) : System
Mount ( ) : void
Unmount ( ) : void

Private Methods

Method Description
DriverThreadMethod ( ) : void

Method Details

GangsDriverSet() public method

public GangsDriverSet ( GangsDriver driver ) : System
driver GangsDriver
return System

Mount() public method

public Mount ( ) : void
return void

Unmount() public method

public Unmount ( ) : void
return void