C# Class Host.Utils.IsolatedStorageHelper

Mostrar archivo Open project: xepher/uwp-wxbus

Public Methods

Method Description
AddOrUpdateSettings ( string key, object data ) : void
CopyFileTo ( string path, string file ) : void
CopyFromContentToStorage ( String sourceFile, String destinationFile ) : void
InitAllSettings ( ) : void
RemoveSettings ( string key ) : void

Method Details

AddOrUpdateSettings() public static method

public static AddOrUpdateSettings ( string key, object data ) : void
key string
data object
return void

CopyFileTo() public static method

public static CopyFileTo ( string path, string file ) : void
path string
file string
return void

CopyFromContentToStorage() public static method

public static CopyFromContentToStorage ( String sourceFile, String destinationFile ) : void
sourceFile String
destinationFile String
return void

InitAllSettings() public static method

public static InitAllSettings ( ) : void
return void

RemoveSettings() public static method

public static RemoveSettings ( string key ) : void
key string
return void