Extension methods for the ILocationBinding interface.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public static class LocationBindingExtensions
Methods
Name | Description |
---|---|
GetValue(ILocationBinding, object) | Gets the value of a field or property. |
GetValue(ILocationBinding, object, Arguments) | Gets the value of an indexer (property with arguments). |
GetValue<T>(ILocationBinding<T>, object) | Gets the value of a field or property. |
GetValue<T>(ILocationBinding<T>, object, Arguments) | Gets the value of an indexer (property with arguments). |
SetValue(ILocationBinding, object, Arguments, object) | Sets the value of an indexer (property with arguments). |
SetValue(ILocationBinding, object, object) | Sets the value of a field or property. |
SetValue<T>(ILocationBinding<T>, object, Arguments, T) | Sets the value of an indexer (property with arguments). |
SetValue<T>(ILocationBinding<T>, object, T) | Sets the value of a field or property. |