C# Class Ensage.Common.Menu.SavedSettings

Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode Description
GetSavedData ( string name, string key ) : byte[]

The get saved data.

Load ( string name ) : byte[]>.Dictionary

The load.

Save ( string name, byte[]>.Dictionary entries ) : void

The save.

Method Details

GetSavedData() public static méthode

The get saved data.
public static GetSavedData ( string name, string key ) : byte[]
name string /// The name. ///
key string /// The key. ///
Résultat byte[]

Load() public static méthode

The load.
public static Load ( string name ) : byte[]>.Dictionary
name string /// The name. ///
Résultat byte[]>.Dictionary

Save() public static méthode

The save.
public static Save ( string name, byte[]>.Dictionary entries ) : void
name string /// The name. ///
entries byte[]>.Dictionary /// The entries. ///
Résultat void