PostSharpAPI ReferencePost­Sharp.​Aspects.​InternalsLocation­Level­Advice­Args
Open sandboxFocus

LocationLevelAdviceArgs Class

Namespace: PostSharp.Aspects.Internals
Assembly: PostSharp.dll
Syntax
[Internal]
public abstract class LocationLevelAdviceArgs : AdviceArgs

Constructors

Name Description
LocationLevelAdviceArgs(Object)

Properties

Name Description
Location

Gets the location (field, property or parameter) related to the aspect or advice being executed.

LocationFullName

Gets the full name (including the full name of the declaring type) of the location (field, property or parameter) related to the aspect or advice being executed.

LocationName

Gets the name of the location (field, property or parameter) related to the aspect or advice being executed.

Value

Gets or sets the location value.