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

SignaturePointcut Constructor

SignaturePointcut(String, Type[])

Initializes a new SignaturePointcut.

Declaration
public SignaturePointcut(string name, params Type[] parameterTypes)
Parameters
Type Name Description
System.String name

The name of the target method.

System.Type[] parameterTypes

The exact type of parameters of this method.