Click or drag to resize

AssemblyDebugModeCacheExtensionsFromXml Method

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

Overload List
  NameDescription
Public methodStatic memberFromXml(AssemblyDebugModeCache)
Loads a list of assembly debug mode settings from the default XML file and adds them to the cache.
Public methodStatic memberFromXml(AssemblyDebugModeCache, Stream)
Loads a list of assembly debug mode settings from the specified stream containing XML data, and adds them to the cache.
Public methodStatic memberFromXml(AssemblyDebugModeCache, TextReader)
Loads a list of assembly debug mode settings from the specified TextReader containing XML data, and adds them to the cache.
Public methodStatic memberFromXml(AssemblyDebugModeCache, String)
Loads a list of assembly debug mode settings from the XML file at the specified path and adds them to the cache.
Public methodStatic memberFromXml(AssemblyDebugModeCache, XmlReader)
Loads a list of assembly debug mode settings from the specified XmlReader, and adds them to the cache.
Top
See Also