A Pointcut that matches target methods by name and signature. This works only with non-generic methods.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class SignaturePointcut : PointcutConstructors
| Name | Description |
|---|---|
| SignaturePointcut(string, params Type[]) | Initializes a new SignaturePointcut. |
Properties
| Name | Description |
|---|---|
| ArgumentTypes | Gets the exact types of parameters of the target method. |
| Name | Gets the name of the target method. |