Click or drag to resize

AssemblyDebugModeIsEnabled Property

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

Gets a value indicating if debug mode is enabled for the assembly defined in AssemblyName.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public bool IsEnabled { get; }
View Source

Property Value

Type: Boolean
, if the debug mode is enabled for the assembly; otherwise, .
See Also