Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetDirectoryListing ( string remotePath ) : IEnumerable |
||
Open ( ) : void | ||
Pull ( string remoteFilepath, Stream stream, |
||
Push ( Stream stream, string remotePath, int permissions, System.DateTime timestamp, |
||
Stat ( string remotePath ) : SharpAdbClient.FileStatistics | ||
SyncService ( |
Initializes a new instance of the SyncService class.
|
|
SyncService ( IAdbSocket socket, |
Initializes a new instance of the SyncService class.
|
Метод | Описание | |
---|---|---|
ReadStatistics ( SharpAdbClient.FileStatistics value ) : void |
public GetDirectoryListing ( string remotePath ) : IEnumerable |
||
remotePath | string | |
Результат | IEnumerable |
public Pull ( string remoteFilepath, Stream stream, |
||
remoteFilepath | string | |
stream | Stream | |
cancellationToken | ||
Результат | void |
public Push ( Stream stream, string remotePath, int permissions, System.DateTime timestamp, |
||
stream | Stream | |
remotePath | string | |
permissions | int | |
timestamp | System.DateTime | |
cancellationToken | ||
Результат | void |
public Stat ( string remotePath ) : SharpAdbClient.FileStatistics | ||
remotePath | string | |
Результат | SharpAdbClient.FileStatistics |
public SyncService ( |
||
device | /// The device on which to interact with the files. /// | |
Результат | Exceptions |
public SyncService ( IAdbSocket socket, |
||
socket | IAdbSocket |
/// A |
device | /// The device on which to interact with the files. /// | |
Результат | Exceptions |