AssemblyDebugModeCacheExtensions Class |
[This is preliminary documentation and is subject to change.]
Namespace: NerdyDuck.CodedExceptions.Configuration
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public static class AssemblyDebugModeCacheExtensions
The AssemblyDebugModeCacheExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FromApplicationConfiguration(AssemblyDebugModeCache) |
Loads a list of assembly debug mode settings from the application configuration file (app.config / web.config) and adds them to the cache.
|
![]() ![]() | FromApplicationConfiguration(AssemblyDebugModeCache, String) |
Loads a list of assembly debug mode settings from the specified section of the application configuration file (app.config / web.config) and adds them to the cache.
|
![]() ![]() | FromConfigurationSection |
Loads a list of assembly debug mode settings from the specified IConfiguration, and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyDebugModeCache) |
Loads a list of assembly debug mode settings from the default JSON file and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyDebugModeCache, Stream) |
Loads a list of assembly debug mode settings from the specified stream containing JSON data, and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyDebugModeCache, TextReader) |
Loads a list of assembly debug mode settings from the specified TextReader containing JSON data, and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyDebugModeCache, JsonValue) |
Loads a list of assembly debug mode settings from the specified JSON object, and adds them to the cache.
|
![]() ![]() | FromJson(AssemblyDebugModeCache, String) |
Loads a list of assembly debug mode settings from the JSON file at the specified path and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyDebugModeCache) |
Loads a list of assembly debug mode settings from the default XML file and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyDebugModeCache, Stream) |
Loads a list of assembly debug mode settings from the specified stream containing XML data, and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyDebugModeCache, TextReader) |
Loads a list of assembly debug mode settings from the specified TextReader containing XML data, and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyDebugModeCache, String) |
Loads a list of assembly debug mode settings from the XML file at the specified path and adds them to the cache.
|
![]() ![]() | FromXml(AssemblyDebugModeCache, XmlReader) |
Loads a list of assembly debug mode settings from the specified XmlReader, and adds them to the cache.
|