AssemblyDebugModeCacheIsDebugModeEnabled Method (Assembly) |
[This is preliminary documentation and is subject to change.]
Attempts to find the debug mode setting with the best match for the specified assembly.
Namespace:
NerdyDuck.CodedExceptions.Configuration
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic bool IsDebugModeEnabled(
Assembly assembly
)
Public Function IsDebugModeEnabled (
assembly As Assembly
) As Boolean
View SourceParameters
- assembly
- Type: System.ReflectionAssembly
The assembly to get a facility identifier override for.
Return Value
Type:
Boolean, if a match for the specified
assembly was found, and
IsEnabled is
; otherwise,
.
Exceptions
RemarksSee
Match(Assembly) for the algorithm to find the best match for the assembly.
See Also