AssemblyFacilityOverride Class |
[This is preliminary documentation and is subject to change.]
Namespace: NerdyDuck.CodedExceptions.Configuration
[SerializableAttribute] [ComVisibleAttribute(false)] public sealed class AssemblyFacilityOverride : IEquatable<AssemblyFacilityOverride>, ISerializable
The AssemblyFacilityOverride type exposes the following members.
| Name | Description | |
|---|---|---|
| AssemblyFacilityOverride(String, Int32) |
Initializes a new instance of the AssemblyFacilityOverride class with the specified assembly name and facility identifier.
| |
| AssemblyFacilityOverride(AssemblyIdentity, Int32) |
Initializes a new instance of the AssemblyFacilityOverride class with the specified assembly name and facility identifier.
|
| Name | Description | |
|---|---|---|
| AssemblyName |
Gets the name of the assembly that the identifier override is configured for.
| |
| Identifier |
Gets the overridden identifier value.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current AssemblyFacilityOverride.
(Overrides ObjectEquals(Object).) | |
| Equals(AssemblyFacilityOverride) |
Determines whether the specified AssemblyFacilityOverride 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 object.
|