PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesOn­Method­Invoke­Advice
Open sandboxFocus

OnMethodInvokeAdvice Class

Custom attribute that, when applied on a method of an aspect class, specifies that this method is an advice having the same semantics as OnInvoke(MethodInterceptionArgs).

Inheritance
OnMethodInvokeAdvice
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
[RequiresMethodInterceptionAdviceAnalysis]
[RequiresDebuggerEnhancement]
public sealed class OnMethodInvokeAdvice : OnMethodInvokeBaseAdvice
Remarks

The method to which this custom attribute is applied must be public and must have the same signature as OnInvoke(MethodInterceptionArgs). However, it can be static.

Constructors

Name Description
OnMethodInvokeAdvice()

See Also