Property | Type | Description | |
---|---|---|---|
IPlatform | IApplicationStorage |
Method | Description | |
---|---|---|
EnsureFileExists ( string path ) : void |
Ensures that a file exists, creating it if necessary
|
|
GetNamedApplicationStorage ( string name ) : IApplicationStorage |
Retrieves an ApplicationStorage where all items stored are segmented from other stored items
|
|
Init ( ) : void |
You must call this method from your application in order to ensure that this platform specific assembly is included in your app.
|
Method | Description | |
---|---|---|
IPlatform ( string name ) : IApplicationStorage |
Retrieves an ApplicationStorage where all items stored are segmented from other stored items
|
public EnsureFileExists ( string path ) : void | ||
path | string | The fully-qualified pathname to check |
return | void |
public GetNamedApplicationStorage ( string name ) : IApplicationStorage | ||
name | string | The name of the segemented area in application storage |
return | IApplicationStorage |