Click or drag to resize

AssemblyDebugModeCacheExtensionsFromJson Method (AssemblyDebugModeCache, String)

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

Loads a list of assembly debug mode settings from the JSON file at the specified path and adds them to the cache.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions.Configuration (in NerdyDuck.CodedExceptions.Configuration.dll) Version: 2.0.0+2040dad
Syntax
public static void FromJson(
	this AssemblyDebugModeCache debugModeCache,
	string path
)
View Source

Parameters

debugModeCache
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyDebugModeCache
The cache to add the settings to.
path
Type: SystemString
The path to the JSON file containing the settings.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AssemblyDebugModeCache. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also