AssemblyDebugModeCacheExtensionsFromXml Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() ![]() | 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.
|