MethodPointcut Constructor |
Initializes a new MethodPointcut.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public MethodPointcut( string methodName )
Parameters
- methodName
- Type: System.String
Name of the method returning the set of targets. This method should have a specific signature as discussed in the class documentation.