SignaturePointcut Class |
A Pointcut that matches target methods by name and signature.
This works only with non-generic methods.
System.Object
System.Attribute
PostSharp.Aspects.Advices.Pointcut
PostSharp.Aspects.Advices.SignaturePointcut
System.Attribute
PostSharp.Aspects.Advices.Pointcut
PostSharp.Aspects.Advices.SignaturePointcut
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public sealed class SignaturePointcut : Pointcut
The SignaturePointcut type exposes the following members.
Name | Description | |
---|---|---|
SignaturePointcut |
Initializes a new SignaturePointcut.
|
Name | Description | |
---|---|---|
ArgumentTypes |
Gets the exact types of parameters of the target method.
| |
Name |
Gets the name of the target method.
|