Click or drag to resize

AssemblyDebugModeCacheExtensionsFromJson Method

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

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