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
Syntaxpublic bool IsEnabled { get; }
Public ReadOnly Property IsEnabled As Boolean
Get
View SourceProperty Value
Type:
Boolean, if the debug mode is enabled for the assembly; otherwise,
.
See Also