Click or drag to resize

AssemblyDebugModeCache Methods

[This is preliminary documentation and is subject to change.]

The AssemblyDebugModeCache type exposes the following members.

Methods
  NameDescription
Public methodAdd(AssemblyDebugMode)
Adds the specified assembly debug mode setting to the cache.
Public methodAdd(AssemblyIdentity, Boolean)
Adds the specified assembly identity and debug mode setting to the cache.
Public methodAddRange
Adds a list of AssemblyDebugModes to the cache.
Public methodClear
Clears the cache.
Public methodDispose
Releases all resources used by the AssemblyDebugModeCache.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDebugModeEnabled(Assembly)
Attempts to find the debug mode setting with the best match for the specified assembly.
Public methodIsDebugModeEnabled(Type)
Attempts to find the debug mode setting with the best match for the assembly containing the specified type.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodFromApplicationConfigurationOverloaded.
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.)
Public Extension MethodFromApplicationConfiguration(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.)
Public Extension MethodFromConfigurationSection
Loads a list of assembly debug mode settings from the specified IConfiguration, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.)
Public Extension MethodFromJsonOverloaded.
Loads a list of assembly debug mode settings from the default JSON file and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.)
Public Extension MethodFromJson(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.)
Public Extension MethodFromJson(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.)
Public Extension MethodFromJson(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.)
Public Extension MethodFromJson(JsonValue)Overloaded.
Loads a list of assembly debug mode settings from the specified JSON object, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.)
Public Extension MethodFromXmlOverloaded.
Loads a list of assembly debug mode settings from the default XML file and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.)
Public Extension MethodFromXml(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.)
Public Extension MethodFromXml(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.)
Public Extension MethodFromXml(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.)
Public Extension MethodFromXml(XmlReader)Overloaded.
Loads a list of assembly debug mode settings from the specified XmlReader, and adds them to the cache.
(Defined by AssemblyDebugModeCacheExtensions.)
Top
See Also