Click or drag to resize

AssemblyDebugMode Class

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

Represents a debug mode setting for an assembly.
Inheritance Hierarchy
SystemObject
  NerdyDuck.CodedExceptions.ConfigurationAssemblyDebugMode

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class AssemblyDebugMode : IEquatable<AssemblyDebugMode>, 
	ISerializable
View Source

The AssemblyDebugMode type exposes the following members.

Constructors
  NameDescription
Public methodAssemblyDebugMode(String, Boolean)
Initializes a new instance of the AssemblyDebugMode class with the specified assembly name and debug mode setting.
Public methodAssemblyDebugMode(AssemblyIdentity, Boolean)
Initializes a new instance of the AssemblyDebugMode class with the specified assembly name and debug mode setting.
Top
Properties
  NameDescription
Public propertyAssemblyName
Gets the name of the assembly that the debug mode is set for.
Public propertyIsEnabled
Gets a value indicating if debug mode is enabled for the assembly defined in AssemblyName.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current AssemblyDebugMode.
(Overrides ObjectEquals(Object).)
Public methodEquals(AssemblyDebugMode)
Determines whether the specified AssemblyDebugMode is equal to the current instance.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
See Also