C# Class Host.Utils.IsolatedStorageHelper

Afficher le fichier Open project: xepher/uwp-wxbus

Méthodes publiques

Méthode 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 méthode

public static AddOrUpdateSettings ( string key, object data ) : void
key string
data object
Résultat void

CopyFileTo() public static méthode

public static CopyFileTo ( string path, string file ) : void
path string
file string
Résultat void

CopyFromContentToStorage() public static méthode

public static CopyFromContentToStorage ( String sourceFile, String destinationFile ) : void
sourceFile String
destinationFile String
Résultat void

InitAllSettings() public static méthode

public static InitAllSettings ( ) : void
Résultat void

RemoveSettings() public static méthode

public static RemoveSettings ( string key ) : void
key string
Résultat void