Open sandboxFocus

Class AspectTypeDependencyAttribute

In Metalama, use AspectOrderAttribute to specify order dependencies (typically one attribute per aspect library). The other kinds of dependencies are not supported in Metalama.

Inheritance
AspectTypeDependencyAttribute
Namespace: PostSharp.Aspects.Dependencies
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, use 'AspectOrderAttribute' to specify order dependencies (typically one attribute per aspect library). The other kinds of dependencies are not supported in Metalama.", false)]
public sealed class AspectTypeDependencyAttribute : AspectDependencyAttribute

Constructors

Name Description
AspectTypeDependencyAttribute(AspectDependencyAction, AspectDependencyPosition, Type)
AspectTypeDependencyAttribute(AspectDependencyAction, Type)

Properties

Name Description
AspectType