[]
Gets the IStorageProvider with the specified path.
public IStorageProvider GetProvider(string path, out string key, out string storageName)
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
| string | key | The key of the IStorageProvider. |
| string | storageName | The storage name which doesn't include the key of the IStorageProvider. |
| Type | Description |
|---|---|
| IStorageProvider | The matched IStorageProvider. |