PostSharpAPI ReferencePost­Sharp.​Aspects.​DependenciesAspect­Dependency­AttributeTarget­Type
Open sandboxFocus

AspectDependencyAttribute.TargetType Property

TargetType

Aspect type to which this dependency applies. This property is required when the custom attribute is applied at assembly level. It is ignored when applied on class or method level.

Declaration
public Type TargetType { get; set; }
Property Value
Type Description
System.Type