PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesSignature­Pointcut
Open sandboxFocus

SignaturePointcut Class

A Pointcut that matches target methods by name and signature. This works only with non-generic methods.

Inheritance
SignaturePointcut
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class SignaturePointcut : Pointcut

Constructors

Name Description
SignaturePointcut(String, 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.