C# Class PutioFS.Windows.WinMounter

Afficher le fichier Open project: firat/PutioFS Class Usage Examples

Méthodes publiques

Свойство Type Description
DriveLetter Char
MainWindow MainWindow
Mounted bool
PutioFileSystem PutioFS.Core.PutioFileSystem
SettingsForm SettingsForm
Silent bool

Méthodes publiques

Méthode 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

Méthode Description
CrashLogger ( object sender, UnhandledExceptionEventArgs e ) : void
GetApiInfoFromSettings ( ) : Api
GetCacheSize ( ) : long

Method Details

CheckForUpdates() public méthode

public CheckForUpdates ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
Résultat void

ExitApplication() public méthode

public ExitApplication ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
Résultat void

ExploreDrive() public méthode

public ExploreDrive ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
Résultat void

GetAvailableDriveLetter() public static méthode

public static GetAvailableDriveLetter ( char Preferred ) : Char
Preferred char
Résultat Char

InvokeSettings() public méthode

public InvokeSettings ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LaunchWebsite() public méthode

public LaunchWebsite ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

PurgeCache() public méthode

public PurgeCache ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
Résultat void

RefreshCacheSize() public méthode

public RefreshCacheSize ( ) : void
Résultat void

RightClickHandler() public méthode

public RightClickHandler ( object Sender, MouseEventArgs e ) : void
Sender object
e MouseEventArgs
Résultat void

TryMount() public méthode

public TryMount ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
Résultat void

TryUnmount() public méthode

public TryUnmount ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
Résultat void

WinMounter() public méthode

public WinMounter ( Char drive_letter ) : System
drive_letter Char
Résultat System

Property Details

DriveLetter public_oe property

public Char DriveLetter
Résultat Char

MainWindow public_oe property

public MainWindow,PutioFS.Windows MainWindow
Résultat MainWindow

Mounted public_oe property

public bool Mounted
Résultat bool

PutioFileSystem public_oe property

public PutioFileSystem,PutioFS.Core PutioFileSystem
Résultat PutioFS.Core.PutioFileSystem

SettingsForm public_oe property

public SettingsForm,PutioFS.Windows SettingsForm
Résultat SettingsForm

Silent public_oe property

public bool Silent
Résultat bool