Property | Type | Description | |
---|---|---|---|
HawkeyeStoreKey | string |
Property | Type | Description |
---|
Method | 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 | ||
return | ISettingsStore |
public static GetStore ( string key ) : ISettingsStore | ||
key | string | |
return | ISettingsStore |
public static Initialize ( string filename = "" ) : void | ||
filename | string | The Settings file name (optional). |
return | void |