|
My Project v1
Project
|


Public 成员函数 | |
| DiskExternalContentProvider () | |
| void | Dispose () |
| void | Download (string path, CancellableProgress progress, Action< Stream > success, Action< Exception > failure) |
| void | Link (string path, CancellableProgress progress, Action< string > success, Action< Exception > failure) |
| void | List (string path, CancellableProgress progress, Action< ExternalContentEntry > success, Action< Exception > failure) |
| void | Login (CancellableProgress progress, Action success, Action< Exception > failure) |
| void | Logout () |
| void | Upload (string path, Stream stream, CancellableProgress progress, Action< string > success, Action< Exception > failure) |
| ExternalContentEntry | GetDirectoryEntry (string internalPath, bool scanContents) |
Public 成员函数 继承自 Game.IExternalContentProvider | |
静态 Public 属性 | |
| static string | fName = "DiskExternalContentProvider" |
| static string | LocalPath = AppDomain.CurrentDomain.BaseDirectory |
属性 | |
| string | DisplayName [get] |
| bool | SupportsLinks [get] |
| bool | SupportsListing [get] |
| bool | RequiresLogin [get] |
| bool | IsLoggedIn [get] |
| string | Description [get] |
属性 继承自 Game.IExternalContentProvider | |
| Game.DiskExternalContentProvider.DiskExternalContentProvider | ( | ) |
| void Game.DiskExternalContentProvider.Dispose | ( | ) |
| void Game.DiskExternalContentProvider.Download | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< Stream > | success, | ||
| Action< Exception > | failure ) |
| ExternalContentEntry Game.DiskExternalContentProvider.GetDirectoryEntry | ( | string | internalPath, |
| bool | scanContents ) |


| void Game.DiskExternalContentProvider.Link | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< string > | success, | ||
| Action< Exception > | failure ) |
| void Game.DiskExternalContentProvider.List | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< ExternalContentEntry > | success, | ||
| Action< Exception > | failure ) |
| void Game.DiskExternalContentProvider.Login | ( | CancellableProgress | progress, |
| Action | success, | ||
| Action< Exception > | failure ) |
| void Game.DiskExternalContentProvider.Logout | ( | ) |
| void Game.DiskExternalContentProvider.Upload | ( | string | path, |
| Stream | stream, | ||
| CancellableProgress | progress, | ||
| Action< string > | success, | ||
| Action< Exception > | failure ) |
|
static |
|
static |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |