Свойство | Type | Description | |
---|---|---|---|
HawkeyeStoreKey | string |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
GetHawkeyeStore ( ) : ISettingsStore | ||
GetStore ( string key ) : ISettingsStore | ||
Initialize ( string filename = "" ) : void |
Initializes the Settings manager with the specified filename.
|
|
Save ( ) : void |
public static GetHawkeyeStore ( ) : ISettingsStore | ||
Résultat | ISettingsStore |
public static GetStore ( string key ) : ISettingsStore | ||
key | string | |
Résultat | ISettingsStore |
public static Initialize ( string filename = "" ) : void | ||
filename | string | The Settings file name (optional). |
Résultat | void |