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: 5.0.55.0 (5.0.55.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.
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |