PostSharp//API Reference/Post­Sharp.​Aspects.​Dependencies/Aspect­Dependency­Target
Open sandboxFocus

Class AspectDependencyTarget

Enumeration of targets (Default or Type) to which the aspect dependency apply.

Inheritance
AspectDependencyTarget
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp.dll
Syntax
public sealed class AspectDependencyTarget : Enum

Fields

Name Description
Default

Natural target of the aspect.

Type

Declaring type of the natural target of the aspect.

value__