C# Class PutioFS.Windows.WinMounter

显示文件 Open project: firat/PutioFS Class Usage Examples

Public Properties

Property Type Description
DriveLetter Char
MainWindow MainWindow
Mounted bool
PutioFileSystem PutioFS.Core.PutioFileSystem
SettingsForm SettingsForm
Silent bool

Public Methods

Method Description
CheckForUpdates ( object Sender, EventArgs e ) : void
ExitApplication ( object Sender, EventArgs e ) : void
ExploreDrive ( object Sender, EventArgs e ) : void
GetAvailableDriveLetter ( char Preferred ) : Char
InvokeSettings ( object sender, EventArgs e ) : void
LaunchWebsite ( object Sender, EventArgs e ) : void
Main ( string args ) : void
PurgeCache ( object Sender, EventArgs e ) : void
RefreshCacheSize ( ) : void
RightClickHandler ( object Sender, MouseEventArgs e ) : void
TryMount ( object Sender, EventArgs e ) : void
TryUnmount ( object Sender, EventArgs e ) : void
WinMounter ( Char drive_letter ) : System

Private Methods

Method Description
CrashLogger ( object sender, UnhandledExceptionEventArgs e ) : void
GetApiInfoFromSettings ( ) : Api
GetCacheSize ( ) : long

Method Details

CheckForUpdates() public method

public CheckForUpdates ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void

ExitApplication() public method

public ExitApplication ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void

ExploreDrive() public method

public ExploreDrive ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void

GetAvailableDriveLetter() public static method

public static GetAvailableDriveLetter ( char Preferred ) : Char
Preferred char
return Char

InvokeSettings() public method

public InvokeSettings ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LaunchWebsite() public method

public LaunchWebsite ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

PurgeCache() public method

public PurgeCache ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void

RefreshCacheSize() public method

public RefreshCacheSize ( ) : void
return void

RightClickHandler() public method

public RightClickHandler ( object Sender, MouseEventArgs e ) : void
Sender object
e MouseEventArgs
return void

TryMount() public method

public TryMount ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void

TryUnmount() public method

public TryUnmount ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void

WinMounter() public method

public WinMounter ( Char drive_letter ) : System
drive_letter Char
return System

Property Details

DriveLetter public_oe property

public Char DriveLetter
return Char

MainWindow public_oe property

public MainWindow,PutioFS.Windows MainWindow
return MainWindow

Mounted public_oe property

public bool Mounted
return bool

PutioFileSystem public_oe property

public PutioFileSystem,PutioFS.Core PutioFileSystem
return PutioFS.Core.PutioFileSystem

SettingsForm public_oe property

public SettingsForm,PutioFS.Windows SettingsForm
return SettingsForm

Silent public_oe property

public bool Silent
return bool