AssemblyDebugMode Constructor (AssemblyIdentity, Boolean) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
AssemblyDebugMode class with the specified assembly name and debug mode setting.
Namespace:
NerdyDuck.CodedExceptions.Configuration
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic AssemblyDebugMode(
AssemblyIdentity assemblyName,
bool isEnabled
)
Public Sub New (
assemblyName As AssemblyIdentity,
isEnabled As Boolean
)
View SourceParameters
- assemblyName
- Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyIdentity
The name of the assembly that the debug mode is configured for. - isEnabled
- Type: SystemBoolean
A value indicating if debug mode is enabled for the assembly defined in assemblyName.
Exceptions
See Also