PostSharpAPI ReferencePost­Sharp.​Aspects.​InternalsLocation­Binding<T>
Open sandboxFocus

Class LocationBinding<T>

Inheritance
LocationBinding<T>
Namespace: PostSharp.Aspects.Internals
Assembly: PostSharp.dll
Syntax
[Internal]
public abstract class LocationBinding<T> : Object, ILocationBinding<T>, ILocationBinding
Type Parameters
Name Description
T

Constructors

Name Description
LocationBinding()

Properties

Name Description
DeclarationIdentifier
LocationInfo
LocationType

Methods

Name Description
Execute<TPayload>(ILocationBindingAction<TPayload>, ref TPayload)
GetValue(ref Object, Arguments, Object)
SetValue(ref Object, Arguments, T, Object)

Explicit Interface Implementations

Name Description
ILocationBinding.GetValue(ref Object, Arguments)
ILocationBinding.SetValue(ref Object, Arguments, Object)
ILocationBinding<T>.GetValue(ref Object, Arguments)
ILocationBinding<T>.SetValue(ref Object, Arguments, T)