AssemblyDebugMode Class |
[This is preliminary documentation and is subject to change.]
Namespace: NerdyDuck.CodedExceptions.Configuration
[SerializableAttribute] [ComVisibleAttribute(false)] public sealed class AssemblyDebugMode : IEquatable<AssemblyDebugMode>, ISerializable
The AssemblyDebugMode type exposes the following members.
| Name | Description | |
|---|---|---|
| AssemblyDebugMode(String, Boolean) |
Initializes a new instance of the AssemblyDebugMode class with the specified assembly name and debug mode setting.
| |
| AssemblyDebugMode(AssemblyIdentity, Boolean) |
Initializes a new instance of the AssemblyDebugMode class with the specified assembly name and debug mode setting.
|
| Name | Description | |
|---|---|---|
| AssemblyName |
Gets the name of the assembly that the debug mode is set for.
| |
| IsEnabled |
Gets a value indicating if debug mode is enabled for the assembly defined in AssemblyName.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current AssemblyDebugMode.
(Overrides ObjectEquals(Object).) | |
| Equals(AssemblyDebugMode) |
Determines whether the specified AssemblyDebugMode is equal to the current instance.
| |
| GetHashCode |
Serves as the default hash function.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData |
Sets the SerializationInfo with information about the exception.
|