Méthode | Description | |
---|---|---|
GetFileSetting ( string key ) : string |
Gets the value of the specified configuration setting, which is assumed to be a file path. If the path is relative, it is expanded to a full path, using the directory of the configuration file.
|
|
GetSetting ( string key ) : string |
Gets the value of the specified configuration setting.
|
Méthode | Description | |
---|---|---|
SwumConfiguration ( ) : System |
Reads the configuration file associated with the current assembly.
|
public static GetFileSetting ( string key ) : string | ||
key | string | The name of the setting to retrieve. |
Résultat | string |
public static GetSetting ( string key ) : string | ||
key | string | The name of the setting to retrieve. |
Résultat | string |