PostSharpAPI ReferencePost­Sharp.​AspectsILocation­Interception­AspectOn­Get­Value
Open sandboxFocus

ILocationInterceptionAspect.OnGetValue Method

OnGetValue(LocationInterceptionArgs)

Method invoked instead of the Get semantic of the field or property to which the current aspect is applied, i.e. when the value of this field or property is retrieved.

Declaration
[RequiresLocationInterceptionAdviceAnalysis]
[RequiresDebuggerEnhancement]
[HasInheritedAttribute]
void OnGetValue(LocationInterceptionArgs args)
Parameters
Type Name Description
LocationInterceptionArgs args

Advice arguments.

See Also