Свойство | Тип | Описание | |
---|---|---|---|
HawkeyeStoreKey | string |
Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
GetHawkeyeStore ( ) : ISettingsStore | ||
GetStore ( string key ) : ISettingsStore | ||
Initialize ( string filename = "" ) : void |
Initializes the Settings manager with the specified filename.
|
|
Save ( ) : void |
public static GetHawkeyeStore ( ) : ISettingsStore | ||
Результат | ISettingsStore |
public static GetStore ( string key ) : ISettingsStore | ||
key | string | |
Результат | ISettingsStore |
public static Initialize ( string filename = "" ) : void | ||
filename | string | The Settings file name (optional). |
Результат | void |