Click or drag to resize

AssemblyFacilityOverride Class

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

Represents an override for a facility identifier.
Inheritance Hierarchy
SystemObject
  NerdyDuck.CodedExceptions.ConfigurationAssemblyFacilityOverride

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

The AssemblyFacilityOverride type exposes the following members.

Constructors
  NameDescription
Public methodAssemblyFacilityOverride(String, Int32)
Initializes a new instance of the AssemblyFacilityOverride class with the specified assembly name and facility identifier.
Public methodAssemblyFacilityOverride(AssemblyIdentity, Int32)
Initializes a new instance of the AssemblyFacilityOverride class with the specified assembly name and facility identifier.
Top
Properties
  NameDescription
Public propertyAssemblyName
Gets the name of the assembly that the identifier override is configured for.
Public propertyIdentifier
Gets the overridden identifier value.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current AssemblyFacilityOverride.
(Overrides ObjectEquals(Object).)
Public methodEquals(AssemblyFacilityOverride)
Determines whether the specified AssemblyFacilityOverride 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