MulticastAttributesComparer Class |
Provides methods that evaluate if a specific declaration match a value of MulticastAttributes.
Namespace: PostSharp.Sdk.Extensibility.Tasks
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class MulticastAttributesComparer
The MulticastAttributesComparer type exposes the following members.
Name | Description | |
---|---|---|
MulticastAttributesComparer |
Initializes a new MulticastAttributesComparer.
|
Name | Description | |
---|---|---|
CompareEventAttributes |
Determines if a given event matches a given value of MulticastAttributes.
| |
CompareFieldAttributes |
Determines if a given field matches a given value of MulticastAttributes.
| |
CompareMethodAttributes |
Determines if a given method matches a given value of MulticastAttributes.
| |
CompareParameterAttributes |
Determines if a given parameter matches a given value of MulticastAttributes.
| |
ComparePropertyAttributes |
Determines if a given property matches a given value of MulticastAttributes.
| |
CompareTypeAttributes |
Determines if a given type matches a given value of MulticastAttributes.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |