Class LocationBindingExtensions
Extension methods for the ILocationBinding interface.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public static class LocationBindingExtensions : Object
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, T) | Sets the value of a field or property. |
SetValue<T>(ILocationBinding<T>, Object, Arguments, T) | Sets the value of an indexer (property with arguments). |