C# Class Ensage.Common.Menu.SavedSettings

Mostra file Open project: EnsageSharp/Ensage.Common

Public Methods

Method 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 method

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

Load() public static method

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

Save() public static method

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