PostSharpAPI ReferencePost­Sharp.​AspectsIMethod­Interception­Aspect
Open sandboxFocus

IMethodInterceptionAspect Interface

Runtime semantics of an aspect that, when applied on a method, intercepts invocations of this method.

Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
[HasInheritedAttribute]
public interface IMethodInterceptionAspect : IMethodLevelAspect, IAspect
Remarks

See MethodInterceptionAspect for details.

Methods

Name Description
OnInvoke(MethodInterceptionArgs)

Method invoked instead of the method to which the aspect has been applied.