SignaturePointcut Constructor |
Initializes a new SignaturePointcut.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public SignaturePointcut( string name, params Type[] parameterTypes )
Parameters
- name
- Type: System.String
The name of the target method. - parameterTypes
- Type: System.Type[]
The exact type of parameters of this method.