AssemblyDebugModeCache Class |
[This is preliminary documentation and is subject to change.]
Namespace: NerdyDuck.CodedExceptions.Configuration
The AssemblyDebugModeCache type exposes the following members.
| Name | Description | |
|---|---|---|
| AssemblyDebugModeCache |
Initializes a new instance of the AssemblyDebugModeCache class.
|
| Name | Description | |
|---|---|---|
| Add(AssemblyDebugMode) |
Adds the specified assembly debug mode setting to the cache.
| |
| Add(AssemblyIdentity, Boolean) |
Adds the specified assembly identity and debug mode setting to the cache.
| |
| AddRange |
Adds a list of AssemblyDebugModes to the cache.
| |
| Clear |
Clears the cache.
| |
| Dispose |
Releases all resources used by the AssemblyDebugModeCache.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Destructor.
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDebugModeEnabled(Assembly) |
Attempts to find the debug mode setting with the best match for the specified assembly.
| |
| IsDebugModeEnabled(Type) |
Attempts to find the debug mode setting with the best match for the assembly containing the specified type.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| FromApplicationConfiguration | Overloaded.
Loads a list of assembly debug mode settings from the application configuration file (app.config / web.config) and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromApplicationConfiguration(String) | Overloaded.
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.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromConfigurationSection |
Loads a list of assembly debug mode settings from the specified IConfiguration, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromJson | Overloaded.
Loads a list of assembly debug mode settings from the default JSON file and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromJson(String) | Overloaded.
Loads a list of assembly debug mode settings from the JSON file at the specified path and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromJson(Stream) | Overloaded.
Loads a list of assembly debug mode settings from the specified stream containing JSON data, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromJson(TextReader) | Overloaded.
Loads a list of assembly debug mode settings from the specified TextReader containing JSON data, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromJson(JsonValue) | Overloaded.
Loads a list of assembly debug mode settings from the specified JSON object, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromXml | Overloaded.
Loads a list of assembly debug mode settings from the default XML file and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromXml(String) | Overloaded.
Loads a list of assembly debug mode settings from the XML file at the specified path and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromXml(Stream) | Overloaded.
Loads a list of assembly debug mode settings from the specified stream containing XML data, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromXml(TextReader) | Overloaded.
Loads a list of assembly debug mode settings from the specified TextReader containing XML data, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) | |
| FromXml(XmlReader) | Overloaded.
Loads a list of assembly debug mode settings from the specified XmlReader, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.) |