DependencyObjectTypeDependencyCondition<!0> Class |
PostSharp.Sdk.AspectInfrastructure.AspectDependencyCondition
PostSharp.Sdk.AspectWeaver.Dependencies.DependencyObjectTypeDependencyCondition<!0>
Namespace: PostSharp.Sdk.AspectWeaver.Dependencies
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class DependencyObjectTypeDependencyCondition<!0> : AspectDependencyCondition where !0 : IAspectDependencyObject
Type Parameters
- !0
[Missing <typeparam name="!0"/> documentation for "T:PostSharp.Sdk.AspectWeaver.Dependencies.DependencyObjectTypeDependencyCondition`1"]
The DependencyObjectTypeDependencyCondition<!0> type exposes the following members.
Name | Description | |
---|---|---|
DependencyObjectTypeDependencyCondition<!0> | Initializes a new instance of the DependencyObjectTypeDependencyCondition<!0> class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FormatCondition |
Gets a human-readable string explaining the fact that a dependency object matches
the current condition.
(Overrides AspectDependencyCondition.FormatCondition(IAspectDependencyObject).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Match |
Determines whether a pair of objects match the current condition.
(Overrides AspectDependencyCondition.Match(IAspectDependencyObject, IAspectDependencyObject).) | |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |