Runtime semantics of an aspect that, when applied on a location (field or property), intercepts invocations of
the Get (OnGetValue(LocationInterceptionArgs)) and Set (OnSetValue(LocationInterceptionArgs)) semantics.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
[HasInheritedAttribute]
public interface ILocationInterceptionAspect : ILocationLevelAspect, IAspectRemarks
See LocationInterceptionAspect for details.
Methods
| Name | Description |
|---|---|
| OnGetValue(LocationInterceptionArgs) | Method invoked instead of the |
| OnSetValue(LocationInterceptionArgs) | Method invoked instead of the |