Method | Description | |
---|---|---|
Pull ( DroidExplorer remoteFile, System destFile ) : void | ||
Pull ( List |
||
Pull ( List |
||
PullDialog ( DroidExplorer remoteFile, System destFile ) : DialogResult | ||
PullDialog ( List |
||
PullDialog ( List |
||
Push ( List |
||
Push ( System file, string remote ) : void | ||
PushDialog ( List |
||
PushDialog ( System file, string remote ) : DialogResult | ||
SetFromStatus ( string from, string fromPath, string to, string toPath ) : void | ||
SetItemsRemainingStatus ( string text ) : void | ||
SetTimeStatus ( string text ) : void | ||
SetTitle ( ) : void | ||
TransferDialog ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnTransferComplete ( |
||
OnTransferError ( |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PrivatePull ( DroidExplorer remoteFile, System destFile ) : void | ||
PrivatePull ( List |
||
PrivatePull ( List |
||
PrivatePush ( List |
||
PrivatePush ( System file, string remote ) : void | ||
SetCopyInfoLabel ( ) : void | ||
Show ( ) : void | ||
ShowDialog ( ) : DialogResult | ||
ShowDialog ( IWin32Window owner ) : DialogResult | ||
SpeedTest ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnTransferComplete ( |
||
e | ||
return | void |
protected OnTransferError ( |
||
e | ||
return | void |
public Pull ( DroidExplorer remoteFile, System destFile ) : void | ||
remoteFile | DroidExplorer | |
destFile | System | |
return | void |
public Pull ( List |
||
files | List |
|
destPath | System | |
return | void |
public Pull ( List |
||
files | List |
|
destPath | System | |
return | void |
public PullDialog ( DroidExplorer remoteFile, System destFile ) : DialogResult | ||
remoteFile | DroidExplorer | |
destFile | System | |
return | DialogResult |
public PullDialog ( List |
||
files | List |
|
destPath | System | |
return | DialogResult |
public PullDialog ( List |
||
files | List |
|
destPath | System | |
return | DialogResult |
public Push ( List |
||
files | List |
|
destPath | string | |
return | void |
public Push ( System file, string remote ) : void | ||
file | System | |
remote | string | |
return | void |
public PushDialog ( List |
||
files | List |
|
destPath | string | |
return | DialogResult |
public PushDialog ( System file, string remote ) : DialogResult | ||
file | System | |
remote | string | |
return | DialogResult |
public SetFromStatus ( string from, string fromPath, string to, string toPath ) : void | ||
from | string | |
fromPath | string | |
to | string | |
toPath | string | |
return | void |
public SetItemsRemainingStatus ( string text ) : void | ||
text | string | |
return | void |